Skip to content

Commit

Permalink
fix CI(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Reitz committed Jul 4, 2024
1 parent ee2ca54 commit e9eb0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Main.fst
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ let init_wrapper2 sc n k k' slab_region md_bm_region md_region
assume (A.offset (A.ptr_of data.slab_region) == A.offset (A.ptr_of slab_region) + US.v metadata_max * US.v (u32_to_sz page_size) * US.v k);
// TODO: dedicated lemma
assume (array_u8_alignment (A.split_r slab_region (US.mul (US.mul metadata_max_ex slab_size) k')) page_size);
size_class_vprop_reveal data;
change_slprop_rel
(size_class_vprop_sc_ex data)
(size_class_vprop data)
Expand Down

0 comments on commit e9eb0c3

Please sign in to comment.