about summary refs log tree commit diff
path: root/sysdeps/alpha/strcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/strcpy.S')
-rw-r--r--sysdeps/alpha/strcpy.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/strcpy.S b/sysdeps/alpha/strcpy.S
index 24c827b10f..2fa631868f 100644
--- a/sysdeps/alpha/strcpy.S
+++ b/sysdeps/alpha/strcpy.S
@@ -35,7 +35,7 @@ ENTRY(strcpy)
 	.prologue 1
 
 	mov	a0, v0		# set up return value
-	jsr	t9, __stxcpy	# do the copy
-	ret
+	mov	ra, t9
+	jmp	$31, __stxcpy	# do the copy
 
 	END(strcpy)