Skip to content

Commit

Permalink
main.ml: use Arm_env instead of Eval for environment
Browse files Browse the repository at this point in the history
fallout from UQ-PAC/aslp#90
  • Loading branch information
katrinafyi authored Jul 1, 2024
1 parent 261e5a6 commit cb58c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ let () =

Printexc.record_backtrace true;
let env =
match Eval.aarch64_evaluation_environment () with
match Arm_env.aarch64_evaluation_environment () with
| Some e -> e
| None -> Printf.eprintf "unable to load bundled asl files. has aslp been installed correctly?"; exit 1
in
Expand Down

0 comments on commit cb58c1c

Please sign in to comment.