mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* twasmexceptionstatehandler_nativeexceptions.handle_nested_exception and
twasmexceptionstatehandler_bfexceptions.handle_nested_exception should not be called, so now they cause an internal error
This commit is contained in:
parent
04a41fa5b0
commit
fab4ca449b
@ -175,7 +175,7 @@ implementation
|
||||
|
||||
class procedure twasmexceptionstatehandler_nativeexceptions.handle_nested_exception(list:TAsmList;var t:texceptiontemps;var entrystate: texceptionstate);
|
||||
begin
|
||||
list.Concat(tai_comment.Create(strpnew('TODO: handle_nested_exception')));
|
||||
internalerror(2021100503);
|
||||
end;
|
||||
|
||||
class procedure twasmexceptionstatehandler_nativeexceptions.begin_catch(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; out exceptlocdef: tdef; out exceptlocreg: tregister);
|
||||
@ -260,7 +260,7 @@ implementation
|
||||
|
||||
class procedure twasmexceptionstatehandler_bfexceptions.handle_nested_exception(list:TAsmList;var t:texceptiontemps;var entrystate: texceptionstate);
|
||||
begin
|
||||
list.Concat(tai_comment.Create(strpnew('TODO: handle_nested_exception')));
|
||||
internalerror(2021100502);
|
||||
end;
|
||||
|
||||
class procedure twasmexceptionstatehandler_bfexceptions.begin_catch(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; out exceptlocdef: tdef; out exceptlocreg: tregister);
|
||||
|
Loading…
Reference in New Issue
Block a user