Commit c7f6f9f3 authored by Joel Sing's avatar Joel Sing Committed by Russ Cox

runtime: fix openbsd 386 raisesigpipe

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4950064
parent 73d27dd5
...@@ -29,7 +29,7 @@ TEXT runtime·write(SB),7,$-4 ...@@ -29,7 +29,7 @@ TEXT runtime·write(SB),7,$-4
TEXT runtime·raisesigpipe(SB),7,$12 TEXT runtime·raisesigpipe(SB),7,$12
MOVL $299, AX // sys_getthrid MOVL $299, AX // sys_getthrid
INT $80 INT $0x80
MOVL $0, 0(SP) MOVL $0, 0(SP)
MOVL AX, 4(SP) // arg 1 - pid MOVL AX, 4(SP) // arg 1 - pid
MOVL $13, 8(SP) // arg 2 - signum == SIGPIPE MOVL $13, 8(SP) // arg 2 - signum == SIGPIPE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment