Skip to content

Commit

Permalink
arm-hyp refine: fix error
Browse files Browse the repository at this point in the history
Signed-off-by: Michael McInerney <[email protected]>
  • Loading branch information
michaelmcinerney committed May 3, 2024
1 parent 8455f0b commit 108d2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof/refine/ARM_HYP/Arch_R.thy
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ lemma createMappingEntires_valid_slots_duplicated'[wp]:
apply (intro conjI impI)
apply ((clarsimp simp: vmsz_aligned_def pageBitsForSize_def
slots_duplicated_ensured_def
split:vmpage_size.splits)+)[13]
split:vmpage_size.splits)+)[9]
apply clarsimp
apply (drule lookup_pd_slot_aligned_6)
apply (simp add:pdBits_def pageBits_def pd_bits_def pde_bits_def)
Expand Down

0 comments on commit 108d2d6

Please sign in to comment.