summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r--rts/RtsStartup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c
index f5c29f4a70..e83d047695 100644
--- a/rts/RtsStartup.c
+++ b/rts/RtsStartup.c
@@ -185,7 +185,7 @@ hs_init_ghc(int *argc, char **argv[], RtsConfig rts_config)
initStorage();
/* initialise the stable pointer table */
- initStablePtrTable();
+ initStableTables();
/* Add some GC roots for things in the base package that the RTS
* knows about. We don't know whether these turn out to be CAFs
@@ -377,7 +377,7 @@ hs_exit_(rtsBool wait_foreign)
freeFileLocking();
/* free the stable pointer table */
- exitStablePtrTable();
+ exitStableTables();
#if defined(DEBUG)
/* free the thread label table */