]> Git Repo - qemu.git/blobdiff - hw/m68k/mcf5206.c
ide: bdrv_attach_dev() for empty CD-ROM
[qemu.git] / hw / m68k / mcf5206.c
index e14896e5292cad86fdb6845d1320033480f5deb8..b81901fdfda4a355df75b3402c7d08f2ca5994c9 100644 (file)
@@ -139,7 +139,7 @@ static m5206_timer_state *m5206_timer_init(qemu_irq irq)
 
     s = (m5206_timer_state *)g_malloc0(sizeof(m5206_timer_state));
     bh = qemu_bh_new(m5206_timer_trigger, s);
-    s->timer = ptimer_init(bh);
+    s->timer = ptimer_init(bh, PTIMER_POLICY_DEFAULT);
     s->irq = irq;
     m5206_timer_reset(s);
     return s;
This page took 0.027396 seconds and 4 git commands to generate.