openbsd-ports/lang/ghc/patches/patch-rts_RtsStartup_c

14 lines
496 B
Plaintext
Raw Normal View History

$OpenBSD: patch-rts_RtsStartup_c,v 1.1 2007/07/21 17:14:58 kili Exp $
--- rts/RtsStartup.c.orig Wed Apr 25 19:10:41 2007
+++ rts/RtsStartup.c Thu May 31 22:09:15 2007
@@ -180,9 +180,6 @@ hs_init(int *argc, char **argv[])
synchroniseSystem(); // calls initParallelSystem etc
#endif /* PAR */
- /* Perform initialisation of adjustor thunk layer. */
- initAdjustor();
-
/* initialise scheduler data structures (needs to be done before
* initStorage()).
*/