소스 검색

+ 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;