Skip to content

Commit

Permalink
chore: silence trace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Oct 4, 2024
1 parent 943ee99 commit 6eb94d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Proofs/Popcount32.lean
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def popcount32_program : Program :=

#genStepEqTheorems popcount32_program

set_option trace.simp_mem.info true in
theorem popcount32_sym_meets_spec (s0 sf : ArmState)
(h_s0_pc : read_pc s0 = 0x4005b4#64)
(h_s0_program : s0.program = popcount32_program)
Expand Down

0 comments on commit 6eb94d4

Please sign in to comment.