From 0caba1e84df0a72ac4c3fcf71dc688854360d2d0 Mon Sep 17 00:00:00 2001 From: nickysn Date: Wed, 6 May 2020 00:38:55 +0000 Subject: [PATCH] + added internal error in taicpu.gencode.WriteNN to catch unhandled asm instructions git-svn-id: trunk@45286 - --- compiler/z80/aasmcpu.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/z80/aasmcpu.pas b/compiler/z80/aasmcpu.pas index 71568364f9..df653d6204 100644 --- a/compiler/z80/aasmcpu.pas +++ b/compiler/z80/aasmcpu.pas @@ -519,7 +519,9 @@ implementation else InternalError(2020050602); end; - end; + end + else + InternalError(2020050613); end; InternalError(2020050403); end;