mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 13:30:55 +02:00
* the references of records passed by value can be kept in registers
git-svn-id: trunk@38659 -
This commit is contained in:
parent
8b19eddd13
commit
f986933d46
@ -1672,7 +1672,6 @@ implementation
|
||||
not(pi_has_assembler_block in current_procinfo.flags) and
|
||||
not(pi_uses_exceptions in current_procinfo.flags) and
|
||||
not(pi_has_interproclabel in current_procinfo.flags) and
|
||||
not(vo_has_local_copy in varoptions) and
|
||||
((refpara and
|
||||
(varregable <> vr_none)) or
|
||||
(not refpara and
|
||||
|
Loading…
Reference in New Issue
Block a user