Add END(func)

This commit is contained in:
matt 2013-07-16 22:19:37 +00:00
parent d4d3821c9c
commit 4a2ab9f9a7

View File

@ -1,4 +1,4 @@
/* $NetBSD: __mmap.S,v 1.2 2008/04/28 20:22:56 martin Exp $ */
/* $NetBSD: __mmap.S,v 1.3 2013/07/16 22:19:37 matt Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -33,3 +33,4 @@ _SYSCALL(__mmap,mmap)
movl %d0,%a0
#endif
rts
END(__mmap)