Commit b3375771 authored by Shenghou Ma's avatar Shenghou Ma Committed by Russ Cox

[dev.power64] runtime: don't fault on runtime.procyield, just return

LGTM=dave, rsc
R=rsc, iant, dave
CC=golang-codereviews
https://golang.org/cl/128230044
parent 7776b0a1
...@@ -547,7 +547,7 @@ TEXT runtime·xchgp(SB), NOSPLIT, $0-16 ...@@ -547,7 +547,7 @@ TEXT runtime·xchgp(SB), NOSPLIT, $0-16
BR runtime·xchg64(SB) BR runtime·xchg64(SB)
TEXT runtime·procyield(SB),NOSPLIT,$0-0 TEXT runtime·procyield(SB),NOSPLIT,$0-0
MOVD R0, 17(R0) RETURN
TEXT runtime·atomicstorep(SB), NOSPLIT, $0-16 TEXT runtime·atomicstorep(SB), NOSPLIT, $0-16
BR runtime·atomicstore64(SB) BR runtime·atomicstore64(SB)
......
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