summaryrefslogtreecommitdiff
path: root/src/Contexts.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-20 21:46:37 +0100
committerSon Ho2022-01-20 21:46:37 +0100
commit20ab2fc19efdc7efa9335c28d1e73a22676c6eed (patch)
treebf78c738c5500f6690ba92c0c1601e31c6af2d1f /src/Contexts.ml
parent582b23d6eb2d772a11e1b86db5f6f3868d6dc44c (diff)
Fix a minor issue in expand_symbolic_value
Diffstat (limited to 'src/Contexts.ml')
-rw-r--r--src/Contexts.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Contexts.ml b/src/Contexts.ml
index 70c7a399..39c6ab91 100644
--- a/src/Contexts.ml
+++ b/src/Contexts.ml
@@ -49,6 +49,8 @@ module M = Modules
* independentely of each other). Still, it is always a good idea to be
* defensive.
*
+ * However, the same problem arises with logging.
+ *
* Also, a more defensive way would be to not use global references, and
* store the counters in the evaluation context. This is actually what was
* originally done, before we updated the code to use global counters because