diff options
| author | Thomas Bauereiss | 2018-05-17 15:31:11 +0100 |
|---|---|---|
| committer | Thomas Bauereiss | 2018-05-17 15:31:11 +0100 |
| commit | 3af9f9dfda3972f485cd98b2a2d110c16325b3a3 (patch) | |
| tree | 1c2c23ba9e4dc60c2669bb2737d275f4e12dc77d /test/isabelle | |
| parent | 865bf8be236051e7ec0032bc4454cd6081820727 (diff) | |
Fix Isabelle->OCaml wrapper
Diffstat (limited to 'test/isabelle')
| -rw-r--r-- | test/isabelle/run_cheri.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/isabelle/run_cheri.ml b/test/isabelle/run_cheri.ml index e6d752b7..f51ef4dd 100644 --- a/test/isabelle/run_cheri.ml +++ b/test/isabelle/run_cheri.ml @@ -64,7 +64,7 @@ let () = Arg.parse options (fun s -> opt_file_arguments := !opt_file_arguments @ [s]) usage_msg let (>>) = State_monad.bindS -let liftS = State.liftState (Cheri_types.get_regval, Cheri_types.set_regval) +let liftS = State_lifting.liftState (Cheri_types.get_regval, Cheri_types.set_regval) let load_elf_segment seg = let open Elf_interpreted_segment in |
