* fix use of unitialised value if a procedure only has an

array of const parameter

git-svn-id: trunk@3655 -
This commit is contained in:
Jonas Maebe 2006-05-24 14:56:11 +00:00
parent a854918f9a
commit d1e262d18c

View File

@ -381,6 +381,7 @@ unit cpupara;
paracgsize : tcgsize;
begin
paraalign:=get_para_align(p.proccalloption);
parasize := 0;
{ we push Flags and CS as long
to cope with the IRETD
and we save 6 register + 4 selectors }