diff options
Diffstat (limited to 'hw/timer')
-rw-r--r-- | hw/timer/hpet.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hw/timer/hpet.c b/hw/timer/hpet.c index 44bbe3a536..07ff82b333 100644 --- a/hw/timer/hpet.c +++ b/hw/timer/hpet.c @@ -419,20 +419,6 @@ static void hpet_del_timer(HPETTimer *t) update_irq(t, 0); } -#ifdef HPET_DEBUG -static uint32_t hpet_ram_readb(void *opaque, hwaddr addr) -{ - printf("qemu: hpet_read b at %" PRIx64 "\n", addr); - return 0; -} - -static uint32_t hpet_ram_readw(void *opaque, hwaddr addr) -{ - printf("qemu: hpet_read w at %" PRIx64 "\n", addr); - return 0; -} -#endif - static uint64_t hpet_ram_read(void *opaque, hwaddr addr, unsigned size) { |