oops, bzero -> memset

This commit is contained in:
jtc 1997-05-14 18:18:44 +00:00
parent cc8306e0d2
commit ca7515b48a

View File

@ -1,4 +1,4 @@
/* $NetBSD: memset.S,v 1.9 1997/05/13 19:27:25 jtc Exp $ */ /* $NetBSD: memset.S,v 1.10 1997/05/14 18:18:44 jtc Exp $ */
/*- /*-
* Copyright (c) 1997 The NetBSD Foundation, Inc. * Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -79,11 +79,11 @@
#if 0 #if 0
RCSID("from: @(#)bzero.s 5.1 (Berkeley) 5/12/90") RCSID("from: @(#)bzero.s 5.1 (Berkeley) 5/12/90")
#else #else
RCSID("$NetBSD: memset.S,v 1.9 1997/05/13 19:27:25 jtc Exp $") RCSID("$NetBSD: memset.S,v 1.10 1997/05/14 18:18:44 jtc Exp $")
#endif #endif
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
ENTRY(bzero) ENTRY(memset)
movl d2,sp@- movl d2,sp@-
movl sp@(8),a0 | destination movl sp@(8),a0 | destination
movl sp@(16),d1 | count movl sp@(16),d1 | count