]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] runtime: fix a syntax error that slipped in to asm_power64x.s
authorAustin Clements <austin@google.com>
Thu, 30 Oct 2014 20:44:42 +0000 (16:44 -0400)
committerAustin Clements <austin@google.com>
Thu, 30 Oct 2014 20:44:42 +0000 (16:44 -0400)
Apparently I had already moved on to fixing another problem
when I submitted CL 169790043.

LGTM=dave
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/165210043

src/runtime/asm_power64x.s

index e1f8a84aff745bd3bc4e7703cfebe86e4ff76397..ab2db061c251b294c66a762c06ec33e99b5071d1 100644 (file)
@@ -711,7 +711,7 @@ test:
        CMP     R6, R7
        BEQ     loop
 
-       MOVB    $0, ret+24(FP)
+       MOVB    R0, ret+24(FP)
        RETURN
 
 // eqstring tests whether two strings are equal.