(INLINE_SYSCALL): Fix last patch.

This commit is contained in:
Ulrich Drepper 2000-09-17 19:54:50 +00:00
parent efc4903b91
commit 62f2f67818
1 changed files with 1 additions and 1 deletions

View File

@ -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) \