src/Pure/System/isabelle_process.ML
changeset 50280 0eb9b5d09f31
parent 50255 d0ec1f0d1d7d
child 50455 c7f366a861ed
--- a/src/Pure/System/isabelle_process.ML	Wed Nov 28 19:19:39 2012 +0100
+++ b/src/Pure/System/isabelle_process.ML	Thu Nov 29 10:45:25 2012 +0100
@@ -217,7 +217,7 @@
   protocol_command "Isabelle_Process.options"
     (fn [options_yxml] =>
       let val options = Options.decode (YXML.parse_body options_yxml) in
-        ML_Statistics.enabled := Options.bool options "ML_statistics";
+        Future.ML_statistics := Options.bool options "ML_statistics";
         Multithreading.trace := Options.int options "threads_trace";
         Multithreading.max_threads := Options.int options "threads";
         if Multithreading.max_threads_value () < 2