mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
enables gc in the king process
This commit is contained in:
parent
e83f883db6
commit
ee0b97809f
@ -109,6 +109,7 @@ u3v_lite(u3_noun pil)
|
|||||||
pro = u3k(u3r_at(7, cor));
|
pro = u3k(u3r_at(7, cor));
|
||||||
|
|
||||||
u3z(cor);
|
u3z(cor);
|
||||||
|
u3z(arv);
|
||||||
return pro;
|
return pro;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -561,8 +561,6 @@ u3_king_commence()
|
|||||||
//
|
//
|
||||||
sag_w = u3C.wag_w;
|
sag_w = u3C.wag_w;
|
||||||
u3C.wag_w |= u3o_hashless;
|
u3C.wag_w |= u3o_hashless;
|
||||||
u3C.wag_w &= ~u3o_debug_ram;
|
|
||||||
u3C.wag_w &= ~u3o_check_corrupt;
|
|
||||||
|
|
||||||
u3m_boot_pier();
|
u3m_boot_pier();
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user