Skip to content

Commit

Permalink
wip: Main
Browse files Browse the repository at this point in the history
build fix,
still many things to do...
  • Loading branch information
Antonin Reitz committed Jul 1, 2024
1 parent 94f3946 commit 2ac264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.fsti
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ val init_all_arenas
A.varray size_classes
)
(requires fun h0 ->
array_u8_alignment (A.split_r slab_region (US.mul arena_slab_region_size 0sz)) (u32_to_sz page_size) /\
array_u8_alignment (A.split_r slab_region (US.mul arena_slab_region_size 0sz)) page_size /\
zf_u8 (A.asel slab_region h0) /\
zf_u64 (A.asel md_bm_region h0) /\
zf_b (A.asel md_bm_region_b h0) /\
Expand Down

0 comments on commit 2ac264b

Please sign in to comment.