diff options
| author | Russ Cox <rsc@golang.org> | 2014-09-04 01:05:32 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-09-04 01:05:32 -0400 |
| commit | a915cb47eef8acc8998414cd5f88c13614821e92 (patch) | |
| tree | 1506859976ac5ec573e6a6907a5a6440bd0f68c8 /src/pkg/runtime | |
| parent | 996835887cd8472eadef961120de043a74724fa5 (diff) | |
| download | go-a915cb47eef8acc8998414cd5f88c13614821e92.tar.xz | |
runtime: fix onM test for curg on arm
TBR=iant
CC=golang-codereviews
https://golang.org/cl/137130043
Diffstat (limited to 'src/pkg/runtime')
| -rw-r--r-- | src/pkg/runtime/asm_arm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/asm_arm.s b/src/pkg/runtime/asm_arm.s index 6acf3f73db..3f3b9b7bee 100644 --- a/src/pkg/runtime/asm_arm.s +++ b/src/pkg/runtime/asm_arm.s @@ -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 |
