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

[project @ 2000-02-07 20:57:58 by simonmar]

I'm utterly bemused, but it seems that someone called simonpj disabled
the virtual timer in rev 1.25:

	+ #if 0 /* tmp--SDM */
      		initialize_virtual_timer(TICK_MILLISECS);
	+ #endif

and tried to blame it on me by putting my name in the comment :-)

(Simon - perhaps you copied this file out of my working tree and
committed it by mistake or something?)
parent 719ed067
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.27 2000/01/14 13:17:15 hwloidl Exp $
* $Id: RtsStartup.c,v 1.28 2000/02/07 20:57:58 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -130,9 +130,7 @@ startupHaskell(int argc, char *argv[])
/* start the ticker */
install_vtalrm_handler();
#if 0 /* tmp--SDM */
initialize_virtual_timer(TICK_MILLISECS);
#endif
/* start our haskell execution tasks */
#ifdef SMP
......
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