summaryrefslogtreecommitdiff
path: root/runtime/domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/domain.c')
-rw-r--r--runtime/domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/domain.c b/runtime/domain.c
index 4ea7be6536..f1bc08e3dc 100644
--- a/runtime/domain.c
+++ b/runtime/domain.c
@@ -45,7 +45,7 @@ void caml_init_domain ()
Caml_state->minor_heap_wsz = 0;
Caml_state->in_minor_collection = 0;
Caml_state->extra_heap_resources_minor = 0;
- Caml_state->minor_tables = caml_alloc_minor_tables();
+ caml_alloc_minor_tables();
Caml_state->stack_low = NULL;
Caml_state->stack_high = NULL;