openbsd-ports/lang/ghc/patches/patch-rts_RtsStartup_c
kili 87a3f71582 Update to 6.6.1. With helpful hints from Don Stewart and espie@.
Thanks to all the testers and to steven@, who was so kind to
build the HC files for bootstrapping on amd64.
2007-07-21 17:14:57 +00:00

14 lines
496 B
Plaintext

$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()).
*/