aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/control.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/control.ml')
-rw-r--r--lib/control.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.ml b/lib/control.ml
index 18176b843..cce9d3a9f 100644
--- a/lib/control.ml
+++ b/lib/control.ml
@@ -14,7 +14,7 @@ let steps = ref 0
let are_we_threading = lazy (
match !Flags.async_proofs_mode with
- | Flags.APonParallel _ -> true
+ | Flags.APon -> true
| _ -> false)
let check_for_interrupt () =