ooops. DDB instead of NDDB. A typo, i swear
This commit is contained in:
parent
653e85f75a
commit
e42c6edf94
|
@ -66,11 +66,11 @@
|
|||
|
||||
/**/
|
||||
|
||||
#ifdef NDDB
|
||||
#ifdef DDB
|
||||
int Debugger();
|
||||
#else NDDB
|
||||
#else DDB
|
||||
#define Debugger() panic("should call debugger here")
|
||||
#endif NDDB
|
||||
#endif /* DDB */
|
||||
|
||||
#ifdef MACH
|
||||
int Debugger();
|
||||
|
|
|
@ -66,11 +66,11 @@
|
|||
|
||||
/**/
|
||||
|
||||
#ifdef NDDB
|
||||
#ifdef DDB
|
||||
int Debugger();
|
||||
#else NDDB
|
||||
#else DDB
|
||||
#define Debugger() panic("should call debugger here")
|
||||
#endif NDDB
|
||||
#endif /* DDB */
|
||||
|
||||
#ifdef MACH
|
||||
int Debugger();
|
||||
|
|
Loading…
Reference in New Issue