Commit a915cb47 authored by Russ Cox's avatar Russ Cox

runtime: fix onM test for curg on arm

TBR=iant
CC=golang-codereviews
https://golang.org/cl/137130043
parent 99683588
......@@ -198,7 +198,7 @@ TEXT runtime·onM(SB), NOSPLIT, $0-4
CMP g, R2
B.EQ onm
MOVW m_g0(R1), R3
MOVW m_curg(R1), R3
CMP g, R3
B.EQ oncurg
......
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