mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 22:23:11 +02: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;
|
||||
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 }
|
||||
|
Loading…
Reference in New Issue
Block a user