From 905f3e7cf489f05ae3764cabda3cd96684e3445f Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 30 Oct 2014 16:44:42 -0400 Subject: [dev.power64] runtime: fix a syntax error that slipped in to asm_power64x.s Apparently I had already moved on to fixing another problem when I submitted CL 169790043. LGTM=dave R=rsc, dave CC=golang-codereviews https://codereview.appspot.com/165210043 --- src/runtime/asm_power64x.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/asm_power64x.s') diff --git a/src/runtime/asm_power64x.s b/src/runtime/asm_power64x.s index e1f8a84af..ab2db061c 100644 --- a/src/runtime/asm_power64x.s +++ b/src/runtime/asm_power64x.s @@ -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. -- cgit v1.2.1