FpDebug, DwarfViewer: fix 64bit

git-svn-id: trunk@59509 -
This commit is contained in:
martin 2018-11-11 14:47:57 +00:00
parent fb1109e5cc
commit e4adcb2815

View File

@ -505,7 +505,7 @@ var
case Form of
DW_FORM_addr : begin
s3 := ToHex(p, 4 {FCU.FAddressSize});
s3 := ToHex(p, cu.AddressSize {4} {FCU.FAddressSize});
PascalTestCAseCode := PascalTestCAseCode +
Format(namePreFix+'AddAddr(%s, %s, $%s);%s', [s1, s2, s3, LineEnding]);
end;