summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-31 16:25:22 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-31 16:25:22 +0400
commit54739434420cb5d0eb7c46a7036044a85ea1ee5b (patch)
tree69279b6ff2cfbf57051e7b3bc90c113b97851c38 /sysdeps/unix/sysv
parenta17db87bbf9c67d3e3ba1b6c55a02857a4130300 (diff)
downloadglibc-54739434420cb5d0eb7c46a7036044a85ea1ee5b.tar.gz
Fixed comments
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/syscall.S4
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;