diff options
Diffstat (limited to 'src/lj_opt_loop.c')
| -rw-r--r-- | src/lj_opt_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_opt_loop.c b/src/lj_opt_loop.c index 4c709c63..df5811a9 100644 --- a/src/lj_opt_loop.c +++ b/src/lj_opt_loop.c | |||
| @@ -225,6 +225,7 @@ static void loop_subst_snap(jit_State *J, SnapShot *osnap, | |||
| 225 | /* Setup new snapshot. */ | 225 | /* Setup new snapshot. */ |
| 226 | snap->mapofs = (uint32_t)nmapofs; | 226 | snap->mapofs = (uint32_t)nmapofs; |
| 227 | snap->ref = (IRRef1)J->cur.nins; | 227 | snap->ref = (IRRef1)J->cur.nins; |
| 228 | snap->mcofs = 0; | ||
| 228 | snap->nslots = nslots; | 229 | snap->nslots = nslots; |
| 229 | snap->topslot = osnap->topslot; | 230 | snap->topslot = osnap->topslot; |
| 230 | snap->count = 0; | 231 | snap->count = 0; |
