Skip to content

Commit

Permalink
Merge release to develop (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Feb 21, 2024
2 parents d2a61f1 + d710d04 commit 8246d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/noun/v3/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ u3m_v3_migrate()
u3R_v2 = &u3H_v2->rod_u;
u3R_v2->cap_p = u3R_v2->mat_p = u3a_v2_outa(u3H_v2);

u3R = (u3a_road*)u3R_v2;
u3H = (u3v_home*)u3H_v2;
u3a_ream();

// free bytecode caches in old road
u3j_v2_reclaim();
u3n_v2_reclaim();
Expand Down

0 comments on commit 8246d23

Please sign in to comment.