From bface9fd9470d0a8fc68ce8b3d8c98540a7d7038 Mon Sep 17 00:00:00 2001 From: nickysn Date: Wed, 6 May 2020 00:44:35 +0000 Subject: [PATCH] - reverted previous commit, since it was incorrect git-svn-id: trunk@45287 - --- compiler/z80/aasmcpu.pas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/z80/aasmcpu.pas b/compiler/z80/aasmcpu.pas index df653d6204..71568364f9 100644 --- a/compiler/z80/aasmcpu.pas +++ b/compiler/z80/aasmcpu.pas @@ -519,9 +519,7 @@ implementation else InternalError(2020050602); end; - end - else - InternalError(2020050613); + end; end; InternalError(2020050403); end;