Add a missing carriage return.

This commit is contained in:
eeh 2002-05-16 23:21:55 +00:00
parent 44086ebfde
commit d3aa1ab1c4

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.7 2002/05/16 19:51:40 wiz Exp $ */
/* $NetBSD: locore.S,v 1.8 2002/05/16 23:21:55 eeh Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@ -596,7 +596,8 @@ ENTRY(memcpy)
dcba 0,r3 /* Allocate another line */
#else
.long 0x7c071dec /* dcba r7,r3 */
#endif /* bgt 0b */
#endif
bgt 0b
1:
mtxer r5 /* Store byte count */
lswx r24,0,r4 /* Load up to 32 bytes */