about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/s390-32/memcpy.S')
-rw-r--r--sysdeps/s390/s390-32/memcpy.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/s390/s390-32/memcpy.S b/sysdeps/s390/s390-32/memcpy.S
index ad82f8a340..1fa4652666 100644
--- a/sysdeps/s390/s390-32/memcpy.S
+++ b/sysdeps/s390/s390-32/memcpy.S
@@ -49,8 +49,7 @@ ENTRY(memcpy)
 	# data copies > 1MB are faster with mvcle.
 .L4:	ahi     %r4,1               # length + 1
 	lr      %r5,%r4	            # source length
-	lr	%r4,%r2             # source address
-	lr	%r2,%r3             # set destination
+	lr	%r4,%r3             # source address
 	lr	%r3,%r5             # destination length = source length
 .L5:	mvcle	%r2,%r4,0           # thats it, MVCLE is your friend
 	jo	.L5