Commit 8542dc07 authored by Devon H. O'Dell's avatar Devon H. O'Dell Committed by Mikio Hara

runtime: use SYSCALL instead of INT 0x80 in FreeBSD's runtime.osyield on amd64

R=mikioh.mikioh, rsc
CC=golang-dev
https://golang.org/cl/5690062
parent 43cfbb0f
......@@ -231,5 +231,5 @@ TEXT runtime·sysctl(SB),7,$0
TEXT runtime·osyield(SB),7,$-4
MOVL $331, AX // sys_sched_yield
INT $0x80
SYSCALL
RET
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