* temporary workaround for the is_pascal_goto_target check not working properly in a_jmp_always

This commit is contained in:
Nikolay Nikolov 2023-10-22 01:09:26 +03:00
parent 84186db35f
commit b3e64d70e7

View File

@ -1929,10 +1929,11 @@ implementation
list.concat(taicpu.op_sym(a_br,l)) list.concat(taicpu.op_sym(a_br,l))
else else
begin begin
list.concat(taicpu.op_sym(a_br,l))
{$ifndef EXTDEBUG} {$ifndef EXTDEBUG}
Internalerror(2019091806); // unexpected jump // Internalerror(2019091806); // unexpected jump
{$endif EXTDEBUG} {$endif EXTDEBUG}
list.concat(tai_comment.create(strpnew('Unable to find destination of label '+l.name))); // list.concat(tai_comment.create(strpnew('Unable to find destination of label '+l.name)));
end; end;
end; end;