(INLINE_SYSCALL): Fix last patch.
This commit is contained in:
parent
62f2f67818
commit
e69ea461c5
@ -171,7 +171,7 @@ SYSCALL_ERROR_LABEL: \
|
||||
asm volatile ("trap #0" \
|
||||
: "=d" (_d0) \
|
||||
: "0" (_d0) ASM_ARGS_##nr \
|
||||
: "d0" : "memory"); \
|
||||
: "d0", "memory"); \
|
||||
_sys_result = _d0; \
|
||||
} \
|
||||
if (_sys_result >= (unsigned int) -4095) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user