mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-28 23:21:46 +01:00
* 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:
parent
a854918f9a
commit
d1e262d18c
@ -381,6 +381,7 @@ unit cpupara;
|
|||||||
paracgsize : tcgsize;
|
paracgsize : tcgsize;
|
||||||
begin
|
begin
|
||||||
paraalign:=get_para_align(p.proccalloption);
|
paraalign:=get_para_align(p.proccalloption);
|
||||||
|
parasize := 0;
|
||||||
{ we push Flags and CS as long
|
{ we push Flags and CS as long
|
||||||
to cope with the IRETD
|
to cope with the IRETD
|
||||||
and we save 6 register + 4 selectors }
|
and we save 6 register + 4 selectors }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user