remove single quote from comment
This commit is contained in:
parent
73037ca2b0
commit
ba9dbab5b4
|
@ -38,7 +38,7 @@
|
|||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
.text
|
||||
/*.asciz "from: @(#)bcopy.s 5.1 (Berkeley) 5/12/90"*/
|
||||
.asciz "$Id: bcopy.S,v 1.5 1995/02/08 18:33:13 mycroft Exp $"
|
||||
.asciz "$Id: bcopy.S,v 1.6 1995/06/29 20:42:22 jtc Exp $"
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "DEFS.h"
|
||||
|
@ -62,7 +62,7 @@ ENTRY(bcopy)
|
|||
#endif
|
||||
#endif
|
||||
movl sp@(12),d1 | check count
|
||||
beq bcdone | == 0, don't do anything
|
||||
beq bcdone | == 0, do not do anything
|
||||
#if defined(MEMCOPY) || defined(MEMMOVE)
|
||||
movl sp@(4),a1 | dest address
|
||||
movl sp@(8),a0 | src address
|
||||
|
|
Loading…
Reference in New Issue