Copy from libc

This commit is contained in:
bjh21 2000-12-14 19:51:51 +00:00
parent af87db0411
commit 1e720616fb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bzero.S,v 1.1 2000/05/09 21:56:05 bjh21 Exp $ */
/* $NetBSD: bzero.S,v 1.2 2000/12/14 19:51:51 bjh21 Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -41,4 +41,4 @@
ENTRY(bzero)
mov r2, r1
mov r1, #0
b _memset
b _C_LABEL(memset)