mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 22:36:17 +02:00
FpDebug: more fixes for Disassembler, broken in r62171 #a4e3cbb35e
git-svn-id: trunk@62303 -
This commit is contained in:
parent
fc6e94c911
commit
3cd2c19fc8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user