浏览代码

+ handle LOC_JUMP in tz80notnode.second_boolean

git-svn-id: branches/z80@44992 -
nickysn 5 年之前
父节点
当前提交
bdd7cfb644
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/z80/nz80mat.pas

+ 2 - 1
compiler/z80/nz80mat.pas

@@ -57,7 +57,8 @@ implementation
 
     procedure tz80notnode.second_boolean;
       begin
-        internalerror(2020042208);
+        if not handle_locjump then
+          internalerror(2020042208);
       end;