From 9e719ceefe7915b075fbc181e146505f81b78b66 Mon Sep 17 00:00:00 2001 From: Russ Cox <rsc@golang.org> Date: Tue, 11 Nov 2014 23:24:54 -0500 Subject: [PATCH] [dev.cc] runtime: fix arm5 build TBR=r CC=golang-codereviews https://golang.org/cl/168600043 --- src/runtime/vlop_arm.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/vlop_arm.s b/src/runtime/vlop_arm.s index 9184cee161..5354bf9115 100644 --- a/src/runtime/vlop_arm.s +++ b/src/runtime/vlop_arm.s @@ -101,7 +101,7 @@ TEXT _sfloat(SB), NOSPLIT, $68-0 // 4 arg + 14*4 saved regs + cpsr + return valu // load the signal fault address into LR, and jump // to the real sigpanic. // This simulates what sighandler does for a memory fault. -TEXT _sfloatpanic(SB),NOSPLIT,$-4 +TEXT runtime·_sfloatpanic(SB),NOSPLIT,$-4 MOVW $0, R0 MOVW.W R0, -4(R13) MOVW g_sigpc(g), LR -- 2.30.9