Remove unnecessary differences (T_BRKPT, T_WATCHPOINT gone).
This commit is contained in:
parent
ec6bb1d018
commit
3aa49c4b33
|
@ -1,11 +1,3 @@
|
|||
/* $NetBSD: trap.h,v 1.7 1994/11/21 21:34:23 gwr Exp $ */
|
||||
/* $NetBSD: trap.h,v 1.8 1997/03/11 20:31:20 gwr Exp $ */
|
||||
|
||||
#include <m68k/trap.h>
|
||||
|
||||
/*
|
||||
* XXX - need documentation.
|
||||
* probably should be comment,
|
||||
* for compat code
|
||||
*/
|
||||
#define T_BRKPT T_TRAP15
|
||||
#define T_WATCHPOINT 16
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
/* $NetBSD: trap.h,v 1.1.1.1 1997/01/14 20:57:07 gwr Exp $ */
|
||||
/* $NetBSD: trap.h,v 1.2 1997/03/11 20:32:27 gwr Exp $ */
|
||||
|
||||
#include <m68k/trap.h>
|
||||
|
||||
/*
|
||||
* XXX - need documentation.
|
||||
* probably should be comment,
|
||||
* for compat code
|
||||
*/
|
||||
#define T_BRKPT T_TRAP15
|
||||
#define T_WATCHPOINT 16
|
||||
|
|
Loading…
Reference in New Issue