From c7f6f9f318d8ce38ec43ef7e7299cb1a9df5622e Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Mon, 5 Sep 2011 13:05:57 -0400 Subject: [PATCH] runtime: fix openbsd 386 raisesigpipe R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4950064 --- src/pkg/runtime/openbsd/386/sys.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/runtime/openbsd/386/sys.s b/src/pkg/runtime/openbsd/386/sys.s index d508ce1d496..3a78679bc43 100644 --- a/src/pkg/runtime/openbsd/386/sys.s +++ b/src/pkg/runtime/openbsd/386/sys.s @@ -29,7 +29,7 @@ TEXT runtime·write(SB),7,$-4 TEXT runtime·raisesigpipe(SB),7,$12 MOVL $299, AX // sys_getthrid - INT $80 + INT $0x80 MOVL $0, 0(SP) MOVL AX, 4(SP) // arg 1 - pid MOVL $13, 8(SP) // arg 2 - signum == SIGPIPE