mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +02:00
* also make "out" parameters unique
git-svn-id: trunk@2043 -
This commit is contained in:
parent
5ccbeea1d3
commit
d6559f594d
@ -677,7 +677,7 @@ type
|
||||
valid_for_var(left,true);
|
||||
end;
|
||||
|
||||
if parasym.varspez = vs_var then
|
||||
if parasym.varspez in [vs_var,vs_out] then
|
||||
set_unique(left);
|
||||
|
||||
{ When the address needs to be pushed then the register is
|
||||
|
Loading…
Reference in New Issue
Block a user