Browse Source

* patch by Martin Friebe to avoid wrong debugger output, resolves #25584

git-svn-id: trunk@26794 -
florian 11 years ago
parent
commit
cbefdcf887
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/i386/popt386.pas

+ 1 - 0
compiler/i386/popt386.pas

@@ -1401,6 +1401,7 @@ begin
                                   taicpu(hp1).loadReg(0,taicpu(hp1).oper[1]^.reg);
                                   taicpu(hp1).loadReg(0,taicpu(hp1).oper[1]^.reg);
                                   taicpu(hp1).loadRef(1,taicpu(p).oper[1]^.ref^);
                                   taicpu(hp1).loadRef(1,taicpu(p).oper[1]^.ref^);
                                   taicpu(p).loadReg(1,taicpu(hp1).oper[0]^.reg);
                                   taicpu(p).loadReg(1,taicpu(hp1).oper[0]^.reg);
+                                  taicpu(hp1).fileinfo := taicpu(p).fileinfo;
                                 end
                                 end
                         end;
                         end;
                       if GetNextInstruction(p, hp1) and
                       if GetNextInstruction(p, hp1) and