diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/syscall.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/syscall.S b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/syscall.S index acdad259c6..42cf4251b7 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/syscall.S +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/syscall.S @@ -43,10 +43,10 @@ ENTRY (__syscall) /* Construct a new call stack frame. */ /* XXX Only "mount" has more than 6 args - 8. */ movq 32(%rbp), %rcx - pushq %rcx; cfi_adjust_cfa_offset(8) /* arg #7. */ + pushq %rcx; cfi_adjust_cfa_offset(8) /* arg #8. */ movq 24(%rbp), %rcx - pushq %rcx; cfi_adjust_cfa_offset(8) /* arg #8. */ + pushq %rcx; cfi_adjust_cfa_offset(8) /* arg #7. */ // movq 8(%rbp), %rcx // pushq %rcx; |