aboutsummaryrefslogtreecommitdiff
path: root/hw/slavio_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/slavio_timer.c')
-rw-r--r--hw/slavio_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/slavio_timer.c b/hw/slavio_timer.c
index 8898afc460..acf94f3d53 100644
--- a/hw/slavio_timer.c
+++ b/hw/slavio_timer.c
@@ -263,7 +263,7 @@ static void slavio_timer_reset(void *opaque)
s->reached = 0;
s->mode &= 2;
s->stopped = 1;
- slavio_timer_get_out(s);
+ slavio_timer_irq(s);
}
void slavio_timer_init(uint32_t addr, int irq, int mode, unsigned int cpu,