summaryrefslogtreecommitdiff
path: root/compiler/ncgmat.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ncgmat.pas')
-rw-r--r--compiler/ncgmat.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ncgmat.pas b/compiler/ncgmat.pas
index cacb1d5469..1d7a1dc797 100644
--- a/compiler/ncgmat.pas
+++ b/compiler/ncgmat.pas
@@ -455,7 +455,7 @@ implementation
cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_NE,0,hdenom,hl);
paraloc1.init;
pd:=search_system_proc('fpc_handleerror');
- paramanager.getintparaloc(current_asmdata.CurrAsmList,pd,1,paraloc1);
+ paramanager.getcgtempparaloc(current_asmdata.CurrAsmList,pd,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);