mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
disables GC in the king
This commit is contained in:
parent
04cf804273
commit
36de703a70
@ -561,6 +561,8 @@ 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