Commit 6a13897b authored by Russ Cox's avatar Russ Cox

runtime: ARM _sfloat has no arguments

Fixes one build failure.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/12139043
parent 57933b86
......@@ -45,7 +45,7 @@ TEXT _mulv(SB), 7, $0
// trampoline for _sfloat2. passes LR as arg0 and
// saves registers R0-R13 and CPSR on the stack. R0-R12 and CPSR flags can
// be changed by _sfloat2.
TEXT _sfloat(SB), 7, $64 // 4 arg + 14*4 saved regs + cpsr
TEXT _sfloat(SB), 7, $64-0 // 4 arg + 14*4 saved regs + cpsr
MOVW R14, 4(R13)
MOVW R0, 8(R13)
MOVW $12(R13), R0
......
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