Skip to content

Commit

Permalink
Enable program label speed cheat for balrob "ends"
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslindner committed Nov 21, 2024
1 parent beab4b6 commit 6819255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/arm_cm0/balrob/balrob_endsScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ open balrob_supportLib;

val _ = new_theory "balrob_ends";

val _ = birs_composeLib.compose_L_speedcheat := true;

val entry_name = "__clzsi2";
val reqs = get_fun_usage entry_name;
val locs =
Expand Down

0 comments on commit 6819255

Please sign in to comment.