Commit c24156ba authored by Austin Clements's avatar Austin Clements

[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://golang.org/cl/165210043
parent 8a09639a
...@@ -711,7 +711,7 @@ test: ...@@ -711,7 +711,7 @@ test:
CMP R6, R7 CMP R6, R7
BEQ loop BEQ loop
MOVB $0, ret+24(FP) MOVB R0, ret+24(FP)
RETURN RETURN
// eqstring tests whether two strings are equal. // eqstring tests whether two strings are equal.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment