瀏覽代碼

+ added internal error in taicpu.gencode.WriteNN to catch unhandled asm instructions

git-svn-id: trunk@45286 -
nickysn 5 年之前
父節點
當前提交
0caba1e84d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/z80/aasmcpu.pas

+ 3 - 1
compiler/z80/aasmcpu.pas

@@ -519,7 +519,9 @@ implementation
                     else
                       InternalError(2020050602);
                   end;
-                end;
+                end
+              else
+                InternalError(2020050613);
             end;
           InternalError(2020050403);
         end;