mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:19:25 +02:00
* Fixed the jvm target after r45436.
git-svn-id: trunk@45437 -
This commit is contained in:
parent
2808873d1b
commit
afc568cf93
@ -105,7 +105,7 @@ implementation
|
|||||||
of the current routine (and hence it has not been moved into the
|
of the current routine (and hence it has not been moved into the
|
||||||
nestedfp struct), get the original nestedfp parameter }
|
nestedfp struct), get the original nestedfp parameter }
|
||||||
useparentfppara:=not assigned(current_procinfo.procdef.parentfpstruct);
|
useparentfppara:=not assigned(current_procinfo.procdef.parentfpstruct);
|
||||||
hsym:=parentfpsym;
|
hsym:=tparavarsym(current_procinfo.procdef.parast.Find('parentfp'));
|
||||||
if current_procinfo.procdef.parast.symtablelevel>parentpd.parast.symtablelevel then
|
if current_procinfo.procdef.parast.symtablelevel>parentpd.parast.symtablelevel then
|
||||||
useparentfppara:=
|
useparentfppara:=
|
||||||
useparentfppara or
|
useparentfppara or
|
||||||
|
Loading…
Reference in New Issue
Block a user