summaryrefslogtreecommitdiff
path: root/libffi/src
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/src')
-rw-r--r--libffi/src/ia64/unix.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libffi/src/ia64/unix.S b/libffi/src/ia64/unix.S
index fdaf8be28ad..284dadd92e6 100644
--- a/libffi/src/ia64/unix.S
+++ b/libffi/src/ia64/unix.S
@@ -94,11 +94,11 @@ fp_done:
ld8 out4=[loc2],16
ld8 out5=[loc3],16
;;
- ld8 out6=[loc2],16
+ ld8 out6=[loc2]
ld8 out7=[loc3]
- /* loc2 points at first stack parameter. Set sp to 16 bytes */
- /* below that. */
- add sp=-16,loc2
+ /* Set sp to 16 bytes below the first stack parameter. This */
+ /* is the value currently in loc2. */
+ mov sp=loc2
ld8 r8=[fn],8
;;