Declaration of Debugger() now matches the prototype in systm.h

This commit is contained in:
mark 1996-03-18 21:33:05 +00:00
parent 8ac78e8698
commit 11e435f55e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_interface.c,v 1.4 1996/03/09 17:22:12 mark Exp $ */
/* $NetBSD: db_interface.c,v 1.5 1996/03/18 21:33:05 mark Exp $ */
/*
* Copyright (c) 1996 Scott K. Stevens
@ -217,7 +217,7 @@ db_write_bytes(addr, size, data)
}
}
int
void
Debugger()
{
asm(".word 0xe7ffffff");