mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-24 08:59:30 +01:00
* forgotten comment
git-svn-id: trunk@38142 -
This commit is contained in:
parent
629be9cee1
commit
46fe2d486c
@ -155,6 +155,7 @@ unit rasm;
|
|||||||
if (po_assembler in current_procinfo.procdef.procoptions) and
|
if (po_assembler in current_procinfo.procdef.procoptions) and
|
||||||
(sym.typ=paravarsym) and
|
(sym.typ=paravarsym) and
|
||||||
(tparavarsym(sym).paraloc[calleeside].location^.loc=LOC_REGISTER) and
|
(tparavarsym(sym).paraloc[calleeside].location^.loc=LOC_REGISTER) and
|
||||||
|
{ ... however this is only possible if the pointer takes only one register location }
|
||||||
not assigned(tparavarsym(sym).paraloc[calleeside].location^.Next) and
|
not assigned(tparavarsym(sym).paraloc[calleeside].location^.Next) and
|
||||||
isimplicitpointer then
|
isimplicitpointer then
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user