+ handle LOC_JUMP in tz80notnode.second_boolean

git-svn-id: branches/z80@44992 -
This commit is contained in:
nickysn 2020-04-22 02:59:14 +00:00
parent 63e6c8fcf1
commit bdd7cfb644

View File

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