Selaa lähdekoodia

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

git-svn-id: trunk@45286 -
nickysn 5 vuotta sitten
vanhempi
commit
0caba1e84d
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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;