mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 15:51:03 +01:00
* temporary workaround for the is_pascal_goto_target check not working properly in a_jmp_always
This commit is contained in:
parent
84186db35f
commit
b3e64d70e7
@ -1929,10 +1929,11 @@ implementation
|
||||
list.concat(taicpu.op_sym(a_br,l))
|
||||
else
|
||||
begin
|
||||
list.concat(taicpu.op_sym(a_br,l))
|
||||
{$ifndef EXTDEBUG}
|
||||
Internalerror(2019091806); // unexpected jump
|
||||
// Internalerror(2019091806); // unexpected jump
|
||||
{$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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user