diff options
-rw-r--r-- | i386/i386/db_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/db_interface.c b/i386/i386/db_interface.c index 8f0ab4ec..483991d6 100644 --- a/i386/i386/db_interface.c +++ b/i386/i386/db_interface.c @@ -100,7 +100,7 @@ void db_load_context(pcb_t pcb) } void cpu_interrupt_to_db(int i){ -#if NCPUS > 1 +#if MACH_KDB && NCPUS > 1 db_on(i); #endif } |