Sfoglia il codice sorgente

* fixed warnings in aoptcpu

git-svn-id: branches/z80@44828 -
nickysn 5 anni fa
parent
commit
44d4b5ea83
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      compiler/z80/aoptcpu.pas

+ 5 - 5
compiler/z80/aoptcpu.pas

@@ -225,11 +225,11 @@ Implementation
       //TmpUsedRegs : TAllUsedRegs;
     begin
       result := false;
-      case p.typ of
-        ait_instruction:
-          begin
-          end;
-      end;
+      //case p.typ of
+      //  ait_instruction:
+      //    begin
+      //    end;
+      //end;
     end;