Skip to content

Commit

Permalink
Fix environment shape in final states after symbolic execution (birs_…
Browse files Browse the repository at this point in the history
…gen_env)
  • Loading branch information
andreaslindner committed Aug 15, 2024
1 parent e05118b commit 55b0b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/riscv/common/bir_symbLib.sml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fun bir_symb_analysis_thm bir_prog_def
bprog_tm birs_state_init_lbl_tm birs_state_end_tm_lbls
birs_env_tm birs_pcond_tm;
val _ = holba_miscLib.timer_stop (fn delta_s => print ("\n======\n > bir_symb_analysis_thm took " ^ delta_s ^ "\n")) timer;
val symb_analysis_fix_thm = REWRITE_RULE [GSYM birs_env_thm] symb_analysis_thm;
val symb_analysis_fix_thm = CONV_RULE (RAND_CONV (LAND_CONV (REWRITE_CONV [GSYM birs_env_thm]))) symb_analysis_thm;
in
(bsysprecond_thm, symb_analysis_fix_thm)
end (* let *)
Expand Down

0 comments on commit 55b0b13

Please sign in to comment.