Skip to content

Commit

Permalink
u3: copy all jet cache pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
joemfb committed Oct 10, 2023
1 parent f747d86 commit 9ae7810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/noun/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ u3m_love(u3_noun pro)
// save cache pointers from current road
//
u3p(u3h_root) byc_p = u3R->byc.har_p;
u3a_jets* jed_u = &(u3R->jed);
u3a_jets jed_u = u3R->jed;

// fallback to parent road (child heap on parent's stack)
//
Expand All @@ -1007,7 +1007,7 @@ u3m_love(u3_noun pro)

// integrate junior caches
//
u3j_reap(jed_u);
u3j_reap(&jed_u);
u3n_reap(byc_p);

// pop the stack
Expand Down

0 comments on commit 9ae7810

Please sign in to comment.