From be1e68e14ddbb57746fdacfcb0cb6774363633da Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Mon, 19 Jul 2004 11:17:57 +0000 Subject: [PATCH] MFi386: revision 1.596. --- sys/pc98/i386/machdep.c | 3 +++ sys/pc98/pc98/machdep.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 96576ee7086..b4aae08ee3b 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 96576ee7086..b4aae08ee3b 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