Skip to content

Commit

Permalink
Merge branch 'vmprofile' into auditlog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Jul 31, 2017
2 parents 8fc672c + 4a06d4a commit a292144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_vmprofile.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ LUA_API int luaJIT_vmprofile_close(lua_State *L, void *ud)
LUA_API int luaJIT_vmprofile_select(lua_State *L, void *ud)
{
setlightudV(L->base, checklightudptr(L, profile));
profile = (VMProfile *)ud;
vmprofile_set_profile(ud);
return 1;
}

Expand Down

0 comments on commit a292144

Please sign in to comment.