fix PRECOMP
This commit is contained in:
parent
99c6fee8d6
commit
bc5a279f55
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user