diff options
Diffstat (limited to 'hw/i8254.c')
-rw-r--r-- | hw/i8254.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i8254.c b/hw/i8254.c index 5c49e6e0ae..faaa884d9d 100644 --- a/hw/i8254.c +++ b/hw/i8254.c @@ -513,7 +513,5 @@ PITState *pit_init(int base, qemu_irq irq) register_ioport_write(base, 4, 1, pit_ioport_write, pit); register_ioport_read(base, 3, 1, pit_ioport_read, pit); - pit_reset(pit); - return pit; } |