Commit bd6404a4 authored by Russ Cox's avatar Russ Cox

runtime: fix arm build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5832047
parent 7a84fb3a
......@@ -315,8 +315,8 @@ casfail:
RET
TEXT runtime·stackguard(SB),7,$0
MOVL R13, R1
MOVL g_stackguard(g), R2
MOVL R1, sp+0(FP)
MOVL R2, limit+4(FP)
MOVW R13, R1
MOVW g_stackguard(g), R2
MOVW R1, sp+0(FP)
MOVW R2, limit+4(FP)
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