1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

runtime: fix openbsd 386 raisesigpipe

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4950064
This commit is contained in:
Joel Sing 2011-09-05 13:05:57 -04:00 committed by Russ Cox
parent 73d27dd5ba
commit c7f6f9f318

View File

@ -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