diff options
Diffstat (limited to 'src/buildvm_x86.h')
-rw-r--r-- | src/buildvm_x86.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h index 3741b60b..6fd8eb00 100644 --- a/src/buildvm_x86.h +++ b/src/buildvm_x86.h | |||
@@ -1140,7 +1140,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse) | |||
1140 | dasm_put(Dst, 1393, Dt1(->base), Dt1(->base), Dt1(->top), FRAME_CONT, Dt7(->gate), Dt1(->base), Dt1(->base)); | 1140 | dasm_put(Dst, 1393, Dt1(->base), Dt1(->base), Dt1(->top), FRAME_CONT, Dt7(->gate), Dt1(->base), Dt1(->base)); |
1141 | dasm_put(Dst, 1600, -BCBIAS_J*4, LJ_TISTRUECOND, LJ_TISTRUECOND, Dt1(->base)); | 1141 | dasm_put(Dst, 1600, -BCBIAS_J*4, LJ_TISTRUECOND, LJ_TISTRUECOND, Dt1(->base)); |
1142 | dasm_put(Dst, 1711, Dt1(->base), Dt1(->base), FRAME_CONT, LJ_TFUNC); | 1142 | dasm_put(Dst, 1711, Dt1(->base), Dt1(->base), FRAME_CONT, LJ_TFUNC); |
1143 | dasm_put(Dst, 1840, Dt7(->gate), Dt1(->base), Dt1(->base), Dt1(->base), Dt1(->base), Dt7(->gate), Dt1(->base), Dt1(->base), GG_DISP_STATIC*4, 1+1); | 1143 | dasm_put(Dst, 1840, Dt7(->gate), Dt1(->base), Dt1(->base), Dt1(->base), Dt1(->base), Dt7(->gate), Dt1(->base), Dt1(->base), BC__MAX*4, 1+1); |
1144 | dasm_put(Dst, 2000, LJ_TISTRUECOND, 1+1, ~LJ_TNUMX); | 1144 | dasm_put(Dst, 2000, LJ_TISTRUECOND, 1+1, ~LJ_TNUMX); |
1145 | if (cmov) { | 1145 | if (cmov) { |
1146 | dasm_put(Dst, 2096); | 1146 | dasm_put(Dst, 2096); |
@@ -1458,7 +1458,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse) | |||
1458 | dasm_put(Dst, 8406, DISPATCH_GL(hookmask), HOOK_VMEVENT, HOOK_ACTIVE, LUA_MASKLINE|LUA_MASKCOUNT, DISPATCH_GL(hookcount)); | 1458 | dasm_put(Dst, 8406, DISPATCH_GL(hookmask), HOOK_VMEVENT, HOOK_ACTIVE, LUA_MASKLINE|LUA_MASKCOUNT, DISPATCH_GL(hookcount)); |
1459 | #endif | 1459 | #endif |
1460 | dasm_put(Dst, 8437, DISPATCH_GL(hookmask), HOOK_ACTIVE, LUA_MASKLINE|LUA_MASKCOUNT, DISPATCH_GL(hookcount), LUA_MASKLINE, Dt1(->base), Dt1(->base)); | 1460 | dasm_put(Dst, 8437, DISPATCH_GL(hookmask), HOOK_ACTIVE, LUA_MASKLINE|LUA_MASKCOUNT, DISPATCH_GL(hookcount), LUA_MASKLINE, Dt1(->base), Dt1(->base)); |
1461 | dasm_put(Dst, 8503, GG_DISP_STATIC*4); | 1461 | dasm_put(Dst, 8503, BC__MAX*4); |
1462 | #if LJ_HASJIT | 1462 | #if LJ_HASJIT |
1463 | dasm_put(Dst, 8538, Dt1(->base), GG_DISP2J, DISPATCH_J(L)); | 1463 | dasm_put(Dst, 8538, Dt1(->base), GG_DISP2J, DISPATCH_J(L)); |
1464 | #endif | 1464 | #endif |