diff options
Diffstat (limited to 'libc/sysdeps/linux/i386/syscall.S')
-rw-r--r-- | libc/sysdeps/linux/i386/syscall.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/i386/syscall.S b/libc/sysdeps/linux/i386/syscall.S index 44eb00f49..19adf97a8 100644 --- a/libc/sysdeps/linux/i386/syscall.S +++ b/libc/sysdeps/linux/i386/syscall.S @@ -45,10 +45,7 @@ syscall: popl %ebp cmpl $-4095,%eax - jae __error + jae __syscall_error ret /* Return to caller. */ -__error: - jmp __syscall_error - .size syscall,.-syscall |