mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:49:24 +02:00
* patch by Martin Friebe to avoid wrong debugger output, resolves #25584
git-svn-id: trunk@26794 -
This commit is contained in:
parent
f04acb2db7
commit
cbefdcf887
@ -1401,6 +1401,7 @@ begin
|
||||
taicpu(hp1).loadReg(0,taicpu(hp1).oper[1]^.reg);
|
||||
taicpu(hp1).loadRef(1,taicpu(p).oper[1]^.ref^);
|
||||
taicpu(p).loadReg(1,taicpu(hp1).oper[0]^.reg);
|
||||
taicpu(hp1).fileinfo := taicpu(p).fileinfo;
|
||||
end
|
||||
end;
|
||||
if GetNextInstruction(p, hp1) and
|
||||
|
Loading…
Reference in New Issue
Block a user