mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
(INLINE_SYSCALL): Fix last patch.
This commit is contained in:
parent
efc4903b91
commit
62f2f67818
@ -131,7 +131,7 @@
|
||||
asm volatile ("swi %1 @ syscall " #name \
|
||||
: "=r" (_a1) \
|
||||
: "i" (SYS_ify(name)) ASM_ARGS_##nr \
|
||||
: "a1" : "memory"); \
|
||||
: "a1", "memory"); \
|
||||
_sys_result = _a1; \
|
||||
} \
|
||||
if (_sys_result >= (unsigned int) -4095) \
|
||||
|
Loading…
Reference in New Issue
Block a user