|
@@ -544,8 +544,8 @@ implementation
|
|
end;
|
|
end;
|
|
LOC_REFERENCE:
|
|
LOC_REFERENCE:
|
|
begin
|
|
begin
|
|
- if skipiffinalloc and
|
|
|
|
- paramanager.is_stack_paraloc(callerparaloc) then
|
|
|
|
|
|
+ if not(skipiffinalloc and
|
|
|
|
+ paramanager.is_stack_paraloc(callerparaloc)) then
|
|
begin
|
|
begin
|
|
{ Can't have a data copied to the stack, every location
|
|
{ Can't have a data copied to the stack, every location
|
|
must contain a valid size field }
|
|
must contain a valid size field }
|