Add IR_KINT64.
This commit is contained in:
@@ -306,7 +306,7 @@ void lj_trace_freestate(global_State *g)
|
||||
}
|
||||
#endif
|
||||
lj_mcode_free(J);
|
||||
lj_ir_knum_freeall(J);
|
||||
lj_ir_k64_freeall(J);
|
||||
lj_mem_freevec(g, J->snapmapbuf, J->sizesnapmap, SnapEntry);
|
||||
lj_mem_freevec(g, J->snapbuf, J->sizesnap, SnapShot);
|
||||
lj_mem_freevec(g, J->irbuf + J->irbotlim, J->irtoplim - J->irbotlim, IRIns);
|
||||
|
||||
Reference in New Issue
Block a user