summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e92a9a4d84..f70b648a49 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -410,6 +410,7 @@ void IMIA4(void)
410{ 410{
411 if (pfn_timer != NULL) 411 if (pfn_timer != NULL)
412 pfn_timer(); /* call the user timer function */ 412 pfn_timer(); /* call the user timer function */
413 and_b(~0x01, &TSR4); /* clear the interrupt */
413} 414}
414#endif /* #ifndef SIMULATOR */ 415#endif /* #ifndef SIMULATOR */
415 416