Procházet zdrojové kódy

- removed commented out code, because it looks like a misleading comment

git-svn-id: branches/z80@44982 -
nickysn před 5 roky
rodič
revize
41b5829983
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/z80/nz80add.pas

+ 1 - 1
compiler/z80/nz80add.pas

@@ -426,7 +426,7 @@ interface
                 internalerror(2020042103);
             end;
           end
-        else {if unsigned then}
+        else
           begin
             if left.location.loc<>LOC_REGISTER then
               hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,left.resultdef,left.resultdef,false);