Skip to content
Snippets Groups Projects
Commit cde550af authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-20 15:12:14 by simonmar]

context switch on a timer interrupt.
parent e5beb5fa
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Itimer.c,v 1.13 2000/04/03 15:54:49 simonmar Exp $
* $Id: Itimer.c,v 1.14 2000/06/20 15:12:14 simonmar Exp $
*
* (c) The GHC Team, 1995-1999
*
......@@ -78,6 +78,8 @@ handle_tick(int unused STG_UNUSED)
/* For threadDelay etc., see Select.c */
ticks_since_select++;
context_switch = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment