diff options
Diffstat (limited to '')
-rw-r--r-- | src/InterpreterStatements.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/InterpreterStatements.ml b/src/InterpreterStatements.ml index e6fadbdd..8768461c 100644 --- a/src/InterpreterStatements.ml +++ b/src/InterpreterStatements.ml @@ -891,8 +891,6 @@ and eval_function_call_symbolic_from_inst_sig (config : C.config) in (* Evaluate the input operands *) let ctx, args = eval_operands config ctx args in - (* TODO: expand the primitively copyable symbolic values *) - raise Errors.Unimplemented; let args_with_rtypes = List.combine args inst_sg.A.inputs in (* Check the type of the input arguments *) assert ( |