aboutsummaryrefslogtreecommitdiff
path: root/urm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'urm.ml')
-rw-r--r--urm.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/urm.ml b/urm.ml
index 49e970b..be9f7e4 100644
--- a/urm.ml
+++ b/urm.ml
@@ -32,3 +32,4 @@ let urm_run_trace = urm_run (* TODO *)
32 32
33(* Creates an URM from a command list and a register list *) 33(* Creates an URM from a command list and a register list *)
34let urm_mk cmd_list reg_list = { instptr = (instptr_mk cmd_list) ; regs = reg_list } 34let urm_mk cmd_list reg_list = { instptr = (instptr_mk cmd_list) ; regs = reg_list }
35