aboutsummaryrefslogtreecommitdiff
path: root/vernac/mltop.ml
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-29 15:37:26 +0100
committerMaxime Dénès2018-12-13 10:08:02 +0100
commite20a12d92c7cc7c40ee0ac0b6569b0ee5e0e0b0f (patch)
tree1c9d80fb70c9df0a28e7fc8989e931cffb787b08 /vernac/mltop.ml
parentd9a6d4814f0669b586ca5c13d6d6540cd194b45f (diff)
Move shallow state logic to the function preparing state for workers
Diffstat (limited to 'vernac/mltop.ml')
-rw-r--r--vernac/mltop.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/mltop.ml b/vernac/mltop.ml
index 3620e177fe..8d6268753e 100644
--- a/vernac/mltop.ml
+++ b/vernac/mltop.ml
@@ -394,7 +394,7 @@ let unfreeze_ml_modules x =
let _ =
Summary.declare_ml_modules_summary
- { Summary.freeze_function = (fun _ -> get_loaded_modules ());
+ { Summary.freeze_function = (fun ~marshallable -> get_loaded_modules ());
Summary.unfreeze_function = unfreeze_ml_modules;
Summary.init_function = reset_loaded_modules }