From 565d28951e971abf342fcc8701861163b7421f23 Mon Sep 17 00:00:00 2001 From: balrog Date: Tue, 8 May 2007 19:20:04 +0000 Subject: 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 --- hw/pxa2xx_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pxa2xx_timer.c') diff --git a/hw/pxa2xx_timer.c b/hw/pxa2xx_timer.c index 3ab7149..8c08359 100644 --- a/hw/pxa2xx_timer.c +++ b/hw/pxa2xx_timer.c @@ -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)) -- cgit v1.1