diff options
-rw-r--r-- | xen/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/console.c b/xen/console.c index a289b8e..9798ec0 100644 --- a/xen/console.c +++ b/xen/console.c @@ -111,7 +111,7 @@ static void hypcnintr(int unit, spl_t spl, void *ret_addr, void *regs) { int c = hyp_ring_cell(console->in, console->in_cons); mb(); console->in_cons++; -#ifdef MACH_KDB +#if MACH_KDB if (c == (char)'£') { printf("£ pressed\n"); kdb_kintr(); |