]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.cc] runtime: fix arm5 build
authorRuss Cox <rsc@golang.org>
Wed, 12 Nov 2014 04:24:54 +0000 (23:24 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 12 Nov 2014 04:24:54 +0000 (23:24 -0500)
TBR=r
CC=golang-codereviews
https://golang.org/cl/168600043

src/runtime/vlop_arm.s

index 9184cee1610504f4ea36e6feb60c8a2726de591d..5354bf911592ff2c250b4ece84216ff7598ce6a5 100644 (file)
@@ -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