summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-17 12:53:22 +0100
committerSon Ho2021-11-17 12:53:22 +0100
commit4f3807c15ea1e7f8c69dbf120ea3c54e0e60d3ac (patch)
tree5a8872bac7bf6ff584b9eb6cbc8d6ac5409da6d3 /src/CfimAst.ml
parent33a1999bf6128358c841862f6b27123413ea4483 (diff)
Start working on json deserialization
Diffstat (limited to '')
-rw-r--r--src/CfimAst.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index 90eb41cb..1fd8ccd4 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -33,7 +33,7 @@ type statement =
| Assert of assertion
| Call of call
| Panic
- | Return
+ | Returna
| Break of int
(** Break to (outer) loop. The [int] identifies the loop to break to:
* 0: break to the first outer loop (the current loop)