change Debugger() from an int function to a void function to match the
prototype in sys/systm.h.
This commit is contained in:
parent
bfb3af2fb3
commit
ae815da330
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: db_interface.c,v 1.18 1996/02/22 23:23:23 gwr Exp $ */
|
||||
/* $NetBSD: db_interface.c,v 1.19 1996/03/16 18:45:44 mhitch Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
|
@ -134,7 +134,7 @@ kdbprinttrap(type, code)
|
|||
printf(" trap\n");
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
Debugger()
|
||||
{
|
||||
asm ("trap #15");
|
||||
|
|
Loading…
Reference in New Issue