]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix arm build
authorRuss Cox <rsc@golang.org>
Fri, 22 Feb 2013 21:38:44 +0000 (16:38 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 22 Feb 2013 21:38:44 +0000 (16:38 -0500)
R=ken2
CC=golang-dev
https://golang.org/cl/7399050

src/pkg/runtime/asm_arm.s

index 35fb53733177d5a491714d58eb4fd4fb845f95f2..c0b728ab2571c00a6a3f860c48281a2825822eab 100644 (file)
@@ -319,7 +319,7 @@ TEXT runtime·cgocallback(SB),7,$12
        MOVW    R0, 8(R13)
        MOVW    framesize+8(FP), R0
        MOVW    R0, 12(R13)
-       MOVL    $runtime·cgocallback_gofunc(SB), R0
+       MOVW    $runtime·cgocallback_gofunc(SB), R0
        BL      (R0)
        RET