summaryrefslogtreecommitdiff
path: root/cparser/Unblock.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Unblock.ml')
-rw-r--r--cparser/Unblock.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Unblock.ml b/cparser/Unblock.ml
index abdc5d5..c40da18 100644
--- a/cparser/Unblock.ml
+++ b/cparser/Unblock.ml
@@ -110,6 +110,7 @@ let rec unblock_stmt env s =
| Sreturn opte -> s
| Sblock sl -> unblock_block env sl
| Sdecl d -> assert false
+ | Sasm _ -> s
and unblock_block env = function
| [] -> sskip