X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsStartup.c;h=3b6f050f6af67807105256309ff015e26d2d9d57;hb=b61f70ce5ff947642c96b1ad980351691bb1e07a;hp=04bad6d661d0ab4b78fa65aee50dc5566bc66960;hpb=f7db2c30a659aae5fe59ba2be7ab72f8ca64f712;p=ghc-hetmet.git diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 04bad6d..3b6f050 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -14,6 +14,7 @@ #include "Storage.h" /* initStorage, exitStorage */ #include "Schedule.h" /* initScheduler */ #include "Stats.h" /* initStats */ +#include "STM.h" /* initSTM */ #include "Signals.h" #include "Timer.h" /* startTimer, stopTimer */ #include "Weak.h" @@ -219,6 +220,8 @@ hs_init(int *argc, char **argv[]) startupAsyncIO(); #endif + initSTM(); + #ifdef RTS_GTK_FRONTPANEL if (RtsFlags.GcFlags.frontpanel) { initFrontPanel();