aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/slavio_misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/slavio_misc.c b/hw/slavio_misc.c
index 904f44e515..a48a7af5c0 100644
--- a/hw/slavio_misc.c
+++ b/hw/slavio_misc.c
@@ -123,10 +123,7 @@ static void slavio_misc_mem_writeb(void *opaque, target_phys_addr_t addr, uint32
break;
case 0xa000000:
MISC_DPRINTF("Write power management %2.2x\n", val & 0xff);
-#if 0
- // XXX almost works
cpu_interrupt(cpu_single_env, CPU_INTERRUPT_HALT);
-#endif
break;
}
}