Browse Source

- reverted previous commit, since it was incorrect

git-svn-id: trunk@45287 -
nickysn 5 years ago
parent
commit
bface9fd94
1 changed files with 1 additions and 3 deletions
  1. 1 3
      compiler/z80/aasmcpu.pas

+ 1 - 3
compiler/z80/aasmcpu.pas

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