From cb0e37bf34ae78200c360fdb6d323c2ca24b3266 Mon Sep 17 00:00:00 2001 From: nyan Date: Mon, 19 Jul 2004 11:17:57 +0000 Subject: MFi386: revision 1.596. --- sys/pc98/i386/machdep.c | 3 +++ sys/pc98/pc98/machdep.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'sys') diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 96576ee..b4aae08 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -92,6 +92,9 @@ #include #ifdef DDB +#ifndef KDB +#error KDB must be enabled in order for DDB to work! +#endif #include #include #endif diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 96576ee..b4aae08 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -92,6 +92,9 @@ #include #ifdef DDB +#ifndef KDB +#error KDB must be enabled in order for DDB to work! +#endif #include #include #endif -- cgit v1.1