diff options
author | Richard Henderson <rth@redhat.com> | 2014-05-25 12:33:00 -0400 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2014-05-25 12:33:00 -0400 |
commit | c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8 (patch) | |
tree | 0e2544da66e5f56c03fd6e7128c2f4bf166f95e5 /sysdeps | |
parent | 82aab97cbf74d03ff7eab70f918548e14fe0a370 (diff) | |
download | glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.tar glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.tar.gz glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.tar.bz2 glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.zip |
aarch64: Fix DO_CALL block comment
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/sysdep.h b/sysdeps/unix/sysv/linux/aarch64/sysdep.h index 8397ad30a9..e158ec65e2 100644 --- a/sysdeps/unix/sysv/linux/aarch64/sysdep.h +++ b/sysdeps/unix/sysv/linux/aarch64/sysdep.h @@ -148,7 +148,7 @@ __local_syscall_error: \ # endif /* Linux takes system call args in registers: - syscall number in the SVC instruction + syscall number x8 arg 1 x0 arg 2 x1 arg 3 x2 |