From: Joel Sing Date: Mon, 5 Sep 2011 17:05:57 +0000 (-0400) Subject: runtime: fix openbsd 386 raisesigpipe X-Git-Tag: weekly.2011-09-07~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c7f6f9f318d8ce38ec43ef7e7299cb1a9df5622e;p=gostls13.git runtime: fix openbsd 386 raisesigpipe R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4950064 --- diff --git a/src/pkg/runtime/openbsd/386/sys.s b/src/pkg/runtime/openbsd/386/sys.s index d508ce1d49..3a78679bc4 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