aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index 229642a5..ec368feb 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -252,7 +252,6 @@ typedef struct jit_State {
252 252
253 IRRef1 chain[IR__MAX]; /* IR instruction skip-list chain anchors. */ 253 IRRef1 chain[IR__MAX]; /* IR instruction skip-list chain anchors. */
254 TRef slot[LJ_MAX_JSLOTS+LJ_STACK_EXTRA]; /* Stack slot map. */ 254 TRef slot[LJ_MAX_JSLOTS+LJ_STACK_EXTRA]; /* Stack slot map. */
255 SnapEntry frame[LJ_MAX_JFRAME+2]; /* Frame link stack. */
256 255
257 int32_t param[JIT_P__MAX]; /* JIT engine parameters. */ 256 int32_t param[JIT_P__MAX]; /* JIT engine parameters. */
258 257