aboutsummaryrefslogtreecommitdiff
path: root/src/common.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.mli')
-rw-r--r--src/common.mli5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common.mli b/src/common.mli
index 1e32d57..16ffc87 100644
--- a/src/common.mli
+++ b/src/common.mli
@@ -41,6 +41,9 @@ type urm = {
41 regs : reg list 41 regs : reg list
42} 42}
43 43
44type state = { todo : int } 44type state = {
45 max_reg : int;
46 label_count : int
47}
45 48
46exception Syntax_error 49exception Syntax_error