mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
SlavIO Counter-Timers fix, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2516 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
491730f328
commit
dc3c9d213d
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ static uint32_t slavio_timer_mem_readl(void *opaque, target_phys_addr_t addr)
|
|||
if (s->mode != 1) {
|
||||
// clear irq
|
||||
pic_set_irq_cpu(s->irq, 0, s->cpu);
|
||||
s->count_load_time = qemu_get_clock(vm_clock);
|
||||
s->reached = 0;
|
||||
return s->limit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue