X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsStartup.c;h=62a347a44d1bf6e24e28f0a5091b3c1af1b3a98a;hp=2deb3d8e670a36e5daca7f349cb544dc5d7a525b;hb=93db1991b5cacf8357493a2e17fbbfb485f3205b;hpb=c18587da71e16b581c293baee8d4af119b108da7 diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 2deb3d8..62a347a 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -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();