mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 17:57:23 +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))
|
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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user