This commit is contained in:
mycroft 2000-12-12 17:51:03 +00:00
parent ea03d7ba8e
commit 0e5af5b3d1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bcopy.S,v 1.1 1997/10/12 21:24:01 mark Exp $ */
/* $NetBSD: bcopy.S,v 1.2 2000/12/12 17:51:03 mycroft Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -40,7 +40,7 @@
/* bcopy = memcpy/memmove with arguments reversed. */
TWOENTRY(bcopy,ovbcopy)
ENTRY(bcopy)
/* switch the source and destination registers */
eor r0, r1, r0
eor r1, r0, r1