X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsStartup.c;h=62a347a44d1bf6e24e28f0a5091b3c1af1b3a98a;hb=afef39736dcde6f4947a6f362f9e6b3586933db4;hp=2deb3d8e670a36e5daca7f349cb544dc5d7a525b;hpb=52589e05f86d593bc3e6ea3f1a0b8f6ceae94fe6;p=ghc-hetmet.git 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();