aboutsummaryrefslogtreecommitdiff
path: root/src/lj_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_record.c')
-rw-r--r--src/lj_record.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_record.c b/src/lj_record.c
index 2ce8564c..be5c618f 100644
--- a/src/lj_record.c
+++ b/src/lj_record.c
@@ -2122,7 +2122,6 @@ void lj_record_setup(jit_State *J)
2122 J->startpc = NULL; /* Prevent forming an extra loop. */ 2122 J->startpc = NULL; /* Prevent forming an extra loop. */
2123 } 2123 }
2124 lj_snap_replay(J, T); 2124 lj_snap_replay(J, T);
2125 lj_snap_add(J);
2126 sidecheck: 2125 sidecheck:
2127 if (traceref(J, J->cur.root)->nchild >= J->param[JIT_P_maxside] || 2126 if (traceref(J, J->cur.root)->nchild >= J->param[JIT_P_maxside] ||
2128 T->snap[J->exitno].count >= J->param[JIT_P_hotexit] + 2127 T->snap[J->exitno].count >= J->param[JIT_P_hotexit] +