summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/InterpreterUtils.ml1
-rw-r--r--src/main.ml3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index 6aa3199b..fd596fd3 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -6,6 +6,7 @@ module E = Expressions
module C = Contexts
module Subst = Substitute
module A = CfimAst
+module L = Logging
open Utils
open TypesUtils
module PA = Print.EvalCtxCfimAst
diff --git a/src/main.ml b/src/main.ml
index da0b4a0a..d8e9aa40 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -7,7 +7,8 @@ module I = Interpreter
module EL = Easy_logging.Logging
(* This is necessary to have a backtrace when raising exceptions - for some
- * reason, the -g option doesn't work *)
+ * reason, the -g option doesn't work.
+ * JP: are you running with OCAMLRUNPARAM=b=1? *)
let () = Printexc.record_backtrace true
let usage =