mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 22:49:23 +02:00
* write ait_varloc into assembler output, it is generated if -sr is passed to the compiler
git-svn-id: trunk@20471 -
This commit is contained in:
parent
d6100fed50
commit
f33ee60c2e
@ -1260,7 +1260,16 @@ implementation
|
||||
AsmLn;
|
||||
{$endif TEST_WIN64_SEH}
|
||||
end;
|
||||
|
||||
ait_varloc:
|
||||
begin
|
||||
if tai_varloc(hp).newlocationhi<>NR_NO then
|
||||
AsmWrite(strpnew('Var '+tai_varloc(hp).varsym.realname+' located in register '+
|
||||
std_regname(tai_varloc(hp).newlocationhi)+':'+std_regname(tai_varloc(hp).newlocation)))
|
||||
else
|
||||
AsmWrite(strpnew('Var '+tai_varloc(hp).varsym.realname+' located in register '+
|
||||
std_regname(tai_varloc(hp).newlocation)));
|
||||
AsmLn;
|
||||
end;
|
||||
else
|
||||
internalerror(2006012201);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user