mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fatal typo in timer code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2785 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d95b2f8d36
commit
565d28951e
2 changed files with 4 additions and 2 deletions
|
@ -364,7 +364,7 @@ static void pxa2xx_timer_tick4(void *opaque)
|
|||
struct pxa2xx_timer4_s *t = (struct pxa2xx_timer4_s *) opaque;
|
||||
pxa2xx_timer_info *i = (pxa2xx_timer_info *) t->info;
|
||||
|
||||
pxa2xx_timer_tick4(opaque);
|
||||
pxa2xx_timer_tick(opaque);
|
||||
if (t->control & (1 << 3))
|
||||
t->clock = 0;
|
||||
if (t->control & (1 << 6))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue