summaryrefslogtreecommitdiffstats
path: root/lib/libc/ia64/string/memmove.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/ia64/string/memmove.S')
-rw-r--r--lib/libc/ia64/string/memmove.S13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/ia64/string/memmove.S b/lib/libc/ia64/string/memmove.S
index 06639d1..19fa8af 100644
--- a/lib/libc/ia64/string/memmove.S
+++ b/lib/libc/ia64/string/memmove.S
@@ -28,10 +28,9 @@
__FBSDID("$FreeBSD$");
ENTRY(memmove,3)
-
- mov r14=in0 ;;
- mov in0=in1 ;;
- mov in1=r14
- br.cond.sptk.few bcopy
-
-END(memcpy)
+ mov r8 = in0
+ mov in0 = in1
+ ;;
+ mov in1 = r8
+ br.sptk.few bcopy
+END(memmove)
OpenPOWER on IntegriCloud