diff options
Diffstat (limited to 'src/lj_dispatch.c')
-rw-r--r-- | src/lj_dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_dispatch.c b/src/lj_dispatch.c index 02fcf6ef..e2605e96 100644 --- a/src/lj_dispatch.c +++ b/src/lj_dispatch.c | |||
@@ -301,7 +301,7 @@ void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc) | |||
301 | g->hookcount = g->hookcstart; | 301 | g->hookcount = g->hookcstart; |
302 | callhook(L, LUA_HOOKCOUNT, -1); | 302 | callhook(L, LUA_HOOKCOUNT, -1); |
303 | } | 303 | } |
304 | if ((g->hookmask & LUA_MASKLINE) && proto_lineinfo(pt)) { | 304 | if ((g->hookmask & LUA_MASKLINE)) { |
305 | BCPos npc = proto_bcpos(pt, pc) - 1; | 305 | BCPos npc = proto_bcpos(pt, pc) - 1; |
306 | BCPos opc = proto_bcpos(pt, oldpc) - 1; | 306 | BCPos opc = proto_bcpos(pt, oldpc) - 1; |
307 | BCLine line = proto_line(pt, npc); | 307 | BCLine line = proto_line(pt, npc); |