mirror of
https://github.com/golang/go
synced 2024-11-23 16:20:04 -07:00
runtime: fix onM test for curg on arm
TBR=iant CC=golang-codereviews https://golang.org/cl/137130043
This commit is contained in:
parent
996835887c
commit
a915cb47ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user