Merge branch 'master' into v2.1
This commit is contained in:
@@ -121,6 +121,9 @@ static MSize snapshot_framelinks(jit_State *J, SnapEntry *map, uint8_t *topslot)
|
||||
MSize f = 0;
|
||||
map[f++] = SNAP_MKPC(J->pc); /* The current PC is always the first entry. */
|
||||
#endif
|
||||
lj_assertJ(!J->pt ||
|
||||
(J->pc >= proto_bc(J->pt) &&
|
||||
J->pc < proto_bc(J->pt) + J->pt->sizebc), "bad snapshot PC");
|
||||
while (frame > lim) { /* Backwards traversal of all frames above base. */
|
||||
if (frame_islua(frame)) {
|
||||
#if !LJ_FR2
|
||||
|
||||
Reference in New Issue
Block a user