aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_power64x.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/asm_power64x.s')
-rw-r--r--src/runtime/asm_power64x.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/asm_power64x.s b/src/runtime/asm_power64x.s
index e1f8a84aff..ab2db061c2 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.