about summary refs log tree commit diff
path: root/src/string/armel/memcpy.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/armel/memcpy.s')
-rw-r--r--src/string/armel/memcpy.s4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/string/armel/memcpy.s b/src/string/armel/memcpy.s
index 54164030..b16be0d6 100644
--- a/src/string/armel/memcpy.s
+++ b/src/string/armel/memcpy.s
@@ -189,8 +189,6 @@ less_than_32_left:
 	/* we're done! restore everything and return */
 1:      ldmfd   sp!, {r5-r11}
 	ldmfd   sp!, {r0, r4, lr}
-	tst     lr, #1
-	moveq   pc, lr
 	bx      lr
 
 	/********************************************************************/
@@ -378,6 +376,4 @@ copy_last_3_and_return:
 	/* we're done! restore sp and spilled registers and return */
 	add     sp,  sp, #28
 	ldmfd   sp!, {r0, r4, lr}
-	tst     lr, #1
-	moveq   pc, lr
 	bx      lr