FpDebug: more fixes for Disassembler, broken in r62171 #a4e3cbb35e

git-svn-id: trunk@62303 -
This commit is contained in:
martin 2019-11-27 01:52:39 +00:00
parent fc6e94c911
commit 3cd2c19fc8

View File

@ -3366,7 +3366,7 @@ begin
S := '';
while Code < AAddress do
begin
S := S + HexStr(Code[n], 2);
S := S + HexStr(Code^, 2);
inc(Code);
end;
ACodeBytes := S;