From f983b69c2b45b16e20f3133e5e06d041c7774c07 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Jul 2005 23:37:31 +0000 Subject: oops, we want to jmp to the syscall handler, not call it --- libc/sysdeps/linux/i386/syscall.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/syscall.S') diff --git a/libc/sysdeps/linux/i386/syscall.S b/libc/sysdeps/linux/i386/syscall.S index 00e52c300..44eb00f49 100644 --- a/libc/sysdeps/linux/i386/syscall.S +++ b/libc/sysdeps/linux/i386/syscall.S @@ -49,6 +49,6 @@ syscall: ret /* Return to caller. */ __error: - call __syscall_error + jmp __syscall_error .size syscall,.-syscall -- cgit v1.2.3