summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2011-11-27 12:56:38 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2011-11-27 12:56:38 +0000
commit34e4688f752022636c6ddbfe9d45bf3bcf74c41c (patch)
tree13972cbbdae2b101bc565826fc88f6273c6fb8aa
parent623191b2a871989788880483e9c01c0015558b93 (diff)
Regen.
-rw-r--r--sys/lib/libkern/arch/hppa/bcopy.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.S b/sys/lib/libkern/arch/hppa/bcopy.S
index 809fa2b7986..0f11f51368a 100644
--- a/sys/lib/libkern/arch/hppa/bcopy.S
+++ b/sys/lib/libkern/arch/hppa/bcopy.S
@@ -37,12 +37,12 @@
#include <machine/asm.h>
#include <machine/frame.h>
+
LEAF_ENTRY(memcpy)
ALTENTRY(memmove)
- copy arg0, t1
- copy arg1, arg0
- copy t1, arg1
copy arg0, ret0
+ copy arg1, arg0
+ copy ret0, arg1
ALTENTRY(ovbcopy)
ALTENTRY(bcopy)
comb,>,n arg1, arg0, $bcopy.reverse