diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/db_interface.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i386/i386/db_interface.c b/i386/i386/db_interface.c index 0ad1fde5..30de794e 100644 --- a/i386/i386/db_interface.c +++ b/i386/i386/db_interface.c @@ -100,7 +100,9 @@ void db_load_context(pcb_t pcb) } void cpu_interrupt_to_db(int i){ - printf("TODO: cpu_interrupt_to_db\n"); +#if NCPUS > 1 + db_on(i); +#endif } void db_get_debug_state( |