mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 00:27:59 +01:00
* restored accidentally removed call to fpc_handleerror in r23325
git-svn-id: trunk@23330 -
This commit is contained in:
parent
1508fd427d
commit
39f46d8350
@ -387,6 +387,7 @@ implementation
|
||||
paramanager.getintparaloc(search_system_proc('fpc_handleerror'),1,paraloc1);
|
||||
cg.a_load_const_cgpara(current_asmdata.CurrAsmList,OS_S32,aint(200),paraloc1);
|
||||
paramanager.freecgpara(current_asmdata.CurrAsmList,paraloc1);
|
||||
cg.a_call_name(current_asmdata.CurrAsmList,'FPC_HANDLEERROR',false);
|
||||
paraloc1.done;
|
||||
cg.a_label(current_asmdata.CurrAsmList,hl);
|
||||
if nodetype = modn then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user