mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 11:42:43 +02:00
* fixed uninitialised variable (mantis 8198, already tested by
webtbs/tw3931a.pp) git-svn-id: trunk@6183 -
This commit is contained in:
parent
3198915389
commit
cc67ed17b5
@ -757,6 +757,7 @@ Unit Rax86int;
|
||||
expr:='';
|
||||
inexpression:=TRUE;
|
||||
parenlevel:=0;
|
||||
sym:=nil;
|
||||
needvmtofs:=FALSE;
|
||||
Repeat
|
||||
{ Support ugly delphi constructs like: [ECX].1+2[EDX] }
|
||||
|
Loading…
Reference in New Issue
Block a user