Commit dc3c9d213d70d5ecb41ba4130c1f23b3e8c51e0b

Authored by ths
1 parent 491730f3

SlavIO Counter-Timers fix, by Aurelien Jarno.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2516 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
hw/slavio_timer.c
... ... @@ -131,7 +131,6 @@ static uint32_t slavio_timer_mem_readl(void *opaque, target_phys_addr_t addr)
131 131 if (s->mode != 1) {
132 132 // clear irq
133 133 pic_set_irq_cpu(s->irq, 0, s->cpu);
134   - s->count_load_time = qemu_get_clock(vm_clock);
135 134 s->reached = 0;
136 135 return s->limit;
137 136 }
... ...