87a3f71582
Thanks to all the testers and to steven@, who was so kind to build the HC files for bootstrapping on amd64.
14 lines
496 B
Plaintext
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()).
|
|
*/
|