Comment out token after #endif.

XXX: Weird token here -- please double check.
This commit is contained in:
wiz 2002-05-16 19:51:40 +00:00
parent 6e749bff5c
commit f2fda839cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.6 2002/05/13 07:04:25 matt Exp $ */
/* $NetBSD: locore.S,v 1.7 2002/05/16 19:51:40 wiz Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@ -596,7 +596,7 @@ 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 */