Skip to content

Commit

Permalink
lj_trace.c: Do not reuse trace numbers after flush
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Dec 12, 2017
1 parent 0b940c5 commit 3a5aa7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lj_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ int lj_trace_flushall(lua_State *L)
}
}
J->cur.traceno = 0;
J->freetrace = 0;
/* Unpatch blacklisted byte codes. */
GCRef *p = &(G(L)->gc.root);
GCobj *o;
Expand Down

0 comments on commit 3a5aa7d

Please sign in to comment.