summaryrefslogtreecommitdiff
path: root/rts/Timer.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-06-14 13:47:28 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-06-14 13:47:28 +0000
commit6879f4132340cb2f56eced35b8f6029a6f9a3ecb (patch)
tree8b4c161f58d4affb91b85e17b58ecd77bc5e9c3b /rts/Timer.c
parent6ec1fb0666d5493c236f856e8512a78700dd2b07 (diff)
downloadhaskell-6879f4132340cb2f56eced35b8f6029a6f9a3ecb.tar.gz
call wakeUpRts() in the correct place
Diffstat (limited to 'rts/Timer.c')
-rw-r--r--rts/Timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/Timer.c b/rts/Timer.c
index b4f5f8f130..90f89b1c06 100644
--- a/rts/Timer.c
+++ b/rts/Timer.c
@@ -71,9 +71,8 @@ handle_tick(int unused STG_UNUSED)
recent_activity = ACTIVITY_INACTIVE;
blackholes_need_checking = rtsTrue;
/* hack: re-use the blackholes_need_checking flag */
-
+ wakeUpRts();
}
- wakeUpRts();
break;
default:
break;