mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(INLINE_SYSCALL): Don't mark asm input operand as clobbered.
This commit is contained in:
parent
6b98979fc9
commit
3cb0c69c68
@ -171,7 +171,7 @@ SYSCALL_ERROR_LABEL: \
|
||||
asm volatile ("trap #0" \
|
||||
: "=d" (_d0) \
|
||||
: "0" (_d0) ASM_ARGS_##nr \
|
||||
: "d0", "memory"); \
|
||||
: "memory"); \
|
||||
_sys_result = _d0; \
|
||||
} \
|
||||
if (_sys_result >= (unsigned int) -4095) \
|
||||
|
Loading…
Reference in New Issue
Block a user