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 3b1be7e2..80a6ef2f 100644 --- a/src/lj_dispatch.c +++ b/src/lj_dispatch.c | |||
@@ -355,7 +355,7 @@ void LJ_FASTCALL lj_dispatch_ins(lua_State *L, const BCIns *pc) | |||
355 | global_State *g = G(L); | 355 | global_State *g = G(L); |
356 | BCReg slots; | 356 | BCReg slots; |
357 | setcframe_pc(cf, pc); | 357 | setcframe_pc(cf, pc); |
358 | slots = cur_topslot(pt, pc, cframe_multres(cf)); | 358 | slots = cur_topslot(pt, pc, cframe_multres_n(cf)); |
359 | L->top = L->base + slots; /* Fix top. */ | 359 | L->top = L->base + slots; /* Fix top. */ |
360 | #if LJ_HASJIT | 360 | #if LJ_HASJIT |
361 | { | 361 | { |