+ 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:
nickysn 2014-04-03 16:54:01 +00:00
parent ec6dfb5853
commit cf1d60b8eb

View File

@ -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;