new RTS flag: -V to modify the resolution of the RTS timer
[ghc-hetmet.git] / rts / RtsStartup.c
index 2deb3d8..62a347a 100644 (file)
@@ -210,7 +210,7 @@ hs_init(int *argc, char **argv[])
 #endif
 
     /* start the virtual timer 'subsystem'. */
-    startTimer(TICK_MILLISECS);
+    startTimer();
 
     /* Initialise the stats department */
     initStats();