Browse Source

* patch by lag programming: Code cleanup at function TAOptBase.RegInInstruction, resolves #40952

florian 9 months ago
parent
commit
32d0531c71
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/aoptbase.pas

+ 0 - 1
compiler/aoptbase.pas

@@ -142,7 +142,6 @@ unit aoptbase;
       for Count:=0 to TInstr(p1).ops-1 do
       for Count:=0 to TInstr(p1).ops-1 do
         if RegInOp(Reg, TInstr(p1).oper[Count]^) then
         if RegInOp(Reg, TInstr(p1).oper[Count]^) then
           exit(true);
           exit(true);
-      result:=false;
     End;
     End;