瀏覽代碼

* fixed warnings in aoptcpu

git-svn-id: branches/z80@44828 -
nickysn 5 年之前
父節點
當前提交
44d4b5ea83
共有 1 個文件被更改,包括 5 次插入5 次删除
  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;