[project @ 2005-05-15 03:20:29 by wolfgang]
[ghc-hetmet.git] / ghc / rts / Main.c
index 0b937df..c6d4170 100644 (file)
@@ -49,12 +49,7 @@ int main(int argc, char *argv[])
     SchedulerStatus status;
     /* all GranSim/GUM init is done in startupHaskell; sets IAmMainThread! */
 
-#if defined(PROFILING) || defined(mingw32_HOST_OS)
-    /* mingw32 and PROFILING (still) define __stginits in .text */
     startupHaskell(argc,argv,__stginit_ZCMain);
-#else
-    startupHaskell(argc,argv,NULL);
-#endif
 
     /* Register this thread as a task, so we can get timing stats about it */
 #if defined(RTS_SUPPORTS_THREADS)