diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-14 12:39:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-14 12:39:24 +0000 |
commit | 2e0ac7dfca051fe0b3ef566fba2a2ca17fb3dc56 (patch) | |
tree | f0b4d60caafbd884fe401f44f90006e665ad6070 /sys/lib | |
parent | 7f00ad0468b3100e27461f2761193e78f10a0041 (diff) |
regen
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.S b/sys/lib/libkern/arch/hppa/bcopy.S index 60b1600a21a..6b4ca822fc9 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.S +++ b/sys/lib/libkern/arch/hppa/bcopy.S @@ -46,6 +46,7 @@ ALTENTRY(ovbcopy) ALTENTRY(memmove) comb,>,n arg0, arg1, $bcopy.reverse ALTENTRY(memcpy) + copy arg0, ret0 comib,>=,n 15, arg2, $bcopy_f.byte @@ -140,6 +141,7 @@ $bcopy_f.done bv 0(rp) nop $bcopy.reverse + copy arg0, ret0 add arg1, arg2, arg1 add arg0, arg2, arg0 |