summaryrefslogtreecommitdiff
path: root/compiler/x86_64
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-12-24 22:12:25 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-12-24 22:12:25 +0000
commit2735a78d6af30837fb3f80705efa19f68d32972b (patch)
treef0bbec04b968ae98c3f96cecc7851672bd96c3c4 /compiler/x86_64
parent764614da67d173fe9f5963b6d8fbb8b17a7799cb (diff)
downloadfpc-2735a78d6af30837fb3f80705efa19f68d32972b.tar.gz
* renamed getintparaloc to getcgtempparaloc
o it can be used for more than integer parameters git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@43781 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/x86_64')
-rw-r--r--compiler/x86_64/cgcpu.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/x86_64/cgcpu.pas b/compiler/x86_64/cgcpu.pas
index 085922e0ee..409009f46d 100644
--- a/compiler/x86_64/cgcpu.pas
+++ b/compiler/x86_64/cgcpu.pas
@@ -448,8 +448,8 @@ unit cgcpu;
pd:=search_system_proc('_fpc_local_unwind');
para1.init;
para2.init;
- paramanager.getintparaloc(list,pd,1,para1);
- paramanager.getintparaloc(list,pd,2,para2);
+ paramanager.getcgtempparaloc(list,pd,1,para1);
+ paramanager.getcgtempparaloc(list,pd,2,para2);
reference_reset_symbol(href,l,0,1,[]);
{ TODO: using RSP is correct only while the stack is fixed!!
(true now, but will change if/when allocating from stack is implemented) }