mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
INTERNAL_SYSCALL): Remove a1 from clobber list.
This commit is contained in:
parent
98f7320f07
commit
cf666e4bf9
@ -174,7 +174,7 @@ __local_syscall_error: \
|
||||
asm volatile ("swi %1 @ syscall " #name \
|
||||
: "=r" (_a1) \
|
||||
: "i" (SYS_ify(name)) ASM_ARGS_##nr \
|
||||
: "a1", "memory"); \
|
||||
: "memory"); \
|
||||
_sys_result = _a1; \
|
||||
} \
|
||||
(int) _sys_result; })
|
||||
|
Loading…
Reference in New Issue
Block a user