From 69bed164a7260f8af4ab7f11e3db4fb8bc87b4b1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 15 Dec 2009 17:37:47 -0800 Subject: [PATCH] syscall: RawSyscall must not call exitsyscall Fixes #405. R=r CC=golang-dev, hoisie https://golang.org/cl/180056 --- src/pkg/syscall/asm_linux_386.s | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/syscall/asm_linux_386.s b/src/pkg/syscall/asm_linux_386.s index 533dddaf9b8..e427f2eefb9 100644 --- a/src/pkg/syscall/asm_linux_386.s +++ b/src/pkg/syscall/asm_linux_386.s @@ -75,7 +75,6 @@ TEXT syscall·RawSyscall(SB),7,$0 MOVL $0, 24(SP) // r2 NEGL AX MOVL AX, 28(SP) // errno - CALL runtime·exitsyscall(SB) RET ok1: MOVL AX, 20(SP) // r1