disables GC in the king

This commit is contained in:
Joe Bryan 2019-02-07 11:24:15 -05:00
parent 04cf804273
commit 36de703a70

View File

@ -561,6 +561,8 @@ u3_king_commence()
//
sag_w = u3C.wag_w;
u3C.wag_w |= u3o_hashless;
u3C.wag_w &= ~u3o_debug_ram;
u3C.wag_w &= ~u3o_check_corrupt;
u3m_boot_pier();
{