소스 검색

+ 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;