summaryrefslogtreecommitdiff
path: root/src/Synthesis.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Synthesis.ml')
-rw-r--r--src/Synthesis.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Synthesis.ml b/src/Synthesis.ml
index dce40470..f317a5f9 100644
--- a/src/Synthesis.ml
+++ b/src/Synthesis.ml
@@ -70,5 +70,5 @@ let synthesize_non_local_function_call (fid : A.assumed_fun_id)
let synthesize_local_function_call (fid : A.FunDefId.id)
(region_params : T.erased_region list) (type_params : T.ety list)
- (args : E.operand list) (dest : E.place) : unit =
+ (args : E.operand list) (dest : E.place) (res : V.symbolic_value) : unit =
()