mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
+ added size info to the 'Var X located at' comment generated in the asm output
git-svn-id: trunk@27454 -
This commit is contained in:
parent
ec6dfb5853
commit
cf1d60b8eb
@ -1515,7 +1515,8 @@ implementation
|
||||
begin
|
||||
if not assigned(vs.initialloc.reference.symbol) then
|
||||
list.concat(Tai_comment.Create(strpnew('Var '+vs.realname+' located at '+
|
||||
std_regname(vs.initialloc.reference.base)+tostr_with_plus(vs.initialloc.reference.offset))));
|
||||
std_regname(vs.initialloc.reference.base)+tostr_with_plus(vs.initialloc.reference.offset)+
|
||||
', size='+tcgsize2str(vs.initialloc.size))));
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user