aboutsummaryrefslogtreecommitdiff
path: root/libffi/src/ia64
diff options
context:
space:
mode:
authorHans Boehm <hans_boehm@hp.com>2001-04-26 00:46:38 +0000
committerHans Boehm <hans_boehm@hp.com>2001-04-26 00:46:38 +0000
commit0fb8c5712e9d688a187544a6cd7423e0e9dc826c (patch)
tree3e739654544d80aa2d834334590a7a903309a4d2 /libffi/src/ia64
parente500e76d7d77a851234e0711ef91626071320f22 (diff)
Restore stack pointer when returning from ffi_closure_UNIX.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src/ia64')
-rw-r--r--libffi/src/ia64/unix.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/src/ia64/unix.S b/libffi/src/ia64/unix.S
index 284dadd92e6..c0ca516be7f 100644
--- a/libffi/src/ia64/unix.S
+++ b/libffi/src/ia64/unix.S
@@ -295,6 +295,7 @@ ffi_closure_UNIX:
;;
mov b0=loc1
mov ar.pfs=loc0
+ add sp=BASIC_ARGS_SZ,sp
br.ret.sptk.many b0
.endp ffi_closure_UNIX