Skip to content

Commit

Permalink
disk: move u3C.wag_w assignment before boot call
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-levan committed Aug 16, 2023
1 parent f9a2d31 commit ea6f278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/vere/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1924,11 +1924,11 @@ _cw_meld(c3_i argc, c3_c* argv[])
exit(1);
}

u3C.wag_w |= u3o_hashless;

u3_Host.eve_d = u3m_boot(u3_Host.dir_c, (size_t)1 << u3_Host.ops_u.lom_y);
u3_disk* log_u = _cw_disk_init(u3_Host.dir_c); // XX s/b try_aquire lock

u3C.wag_w |= u3o_hashless;

u3a_print_memory(stderr, "urbit: meld: gained", u3u_meld());

u3m_save();
Expand Down

0 comments on commit ea6f278

Please sign in to comment.