summaryrefslogtreecommitdiff
path: root/compiler/InterpreterUtils.ml
diff options
context:
space:
mode:
authorSon Ho2023-08-03 00:24:02 +0200
committerSon Ho2023-08-03 00:24:02 +0200
commitc6f0a8c8bfe04e83de4692a389daf8cde47b74d5 (patch)
treee42a806ad5a987017c9880599a4dc4eb3d24d0e1 /compiler/InterpreterUtils.ml
parent10822d76c7b45b9566f8e2b458107ac8b0eac60e (diff)
Fix issues
Diffstat (limited to 'compiler/InterpreterUtils.ml')
-rw-r--r--compiler/InterpreterUtils.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterUtils.ml b/compiler/InterpreterUtils.ml
index a50bb7ac..7bd37550 100644
--- a/compiler/InterpreterUtils.ml
+++ b/compiler/InterpreterUtils.ml
@@ -255,7 +255,7 @@ let value_has_ret_symbolic_value_with_borrow_under_mut (ctx : C.eval_ctx)
raise Found
else ()
| V.SynthInput | V.SynthInputGivenBack | V.FunCallGivenBack
- | V.SynthRetGivenBack | V.Global | V.LoopGivenBack ->
+ | V.SynthRetGivenBack | V.Global | V.LoopGivenBack | V.Aggregate ->
()
end
in