Skip to content

Commit

Permalink
aarch64: Fix DO_CALL block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Henderson committed May 25, 2014
1 parent 82aab97 commit c69abce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2014-05-25 Richard Henderson <rth@twiddle.net>

* sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
block comment.

* sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
define if !NOT_IN_libc.
* sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/aarch64/sysdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c69abce

Please sign in to comment.