diff options
Diffstat (limited to 'sysdeps/alpha/strcat.S')
-rw-r--r-- | sysdeps/alpha/strcat.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/strcat.S b/sysdeps/alpha/strcat.S index ddc15d9ca6..433ca9fe64 100644 --- a/sysdeps/alpha/strcat.S +++ b/sysdeps/alpha/strcat.S @@ -65,7 +65,7 @@ $found: negq t1, t2 # clear all but least set bit /* Now do the append. */ - jsr t9, __stxcpy - ret + mov ra, t9 + jmp $31, __stxcpy END(strcat) |