Show trailing NYI item for stitched trace with -jv.

This commit is contained in:
Mike Pall
2013-12-25 20:56:20 +01:00
parent b5d741fa7e
commit c41e65499c
2 changed files with 4 additions and 0 deletions

View File

@@ -473,6 +473,7 @@ static void trace_stop(jit_State *J)
lj_vmevent_send(L, TRACE,
setstrV(L, L->top++, lj_str_newlit(L, "stop"));
setintV(L->top++, traceno);
setfuncV(L, L->top++, J->fn);
);
}