aboutsummaryrefslogtreecommitdiff
path: root/src/lj_snap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_snap.c')
-rw-r--r--src/lj_snap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_snap.c b/src/lj_snap.c
index 11d7ad0c..33edc8a6 100644
--- a/src/lj_snap.c
+++ b/src/lj_snap.c
@@ -413,6 +413,7 @@ void lj_snap_replay(jit_State *J, GCtrace *T)
413 } 413 }
414 J->base = J->slot + J->baseslot; 414 J->base = J->slot + J->baseslot;
415 J->maxslot = snap->nslots - J->baseslot; 415 J->maxslot = snap->nslots - J->baseslot;
416 lj_snap_add(J);
416} 417}
417 418
418/* -- Snapshot restore ---------------------------------------------------- */ 419/* -- Snapshot restore ---------------------------------------------------- */