Handle initial snapshot for side traces in lj_snap.c only.
This commit is contained in:
@@ -413,6 +413,7 @@ void lj_snap_replay(jit_State *J, GCtrace *T)
|
||||
}
|
||||
J->base = J->slot + J->baseslot;
|
||||
J->maxslot = snap->nslots - J->baseslot;
|
||||
lj_snap_add(J);
|
||||
}
|
||||
|
||||
/* -- Snapshot restore ---------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user