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);
print(interp);
printf("\n");
decG(interp);
dec(interp);
#ifdef HEAP_VERIFY
heapVerify();
#endif