fix PRECOMP

This commit is contained in:
dzaima 2022-04-07 17:31:01 +03:00
parent 99c6fee8d6
commit bc5a279f55

View File

@ -447,7 +447,7 @@ void load_init() { // very last init function
B interp = m_funBlock(c, 0); ptr_dec(c); B interp = m_funBlock(c, 0); ptr_dec(c);
print(interp); print(interp);
printf("\n"); printf("\n");
decG(interp); dec(interp);
#ifdef HEAP_VERIFY #ifdef HEAP_VERIFY
heapVerify(); heapVerify();
#endif #endif