diff options
author | Mike Pall <mike> | 2010-02-18 03:19:46 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-02-18 03:19:46 +0100 |
commit | 2b22b9e710023b66591487784ad382975fb6fd22 (patch) | |
tree | 874c045fd75a55f52324fc8130bbdfb5e9a281e6 /src/lj_jit.h | |
parent | 265a24b97804c39f1bf6be00733890e729092bfd (diff) | |
download | luajit-2b22b9e710023b66591487784ad382975fb6fd22.tar.gz luajit-2b22b9e710023b66591487784ad382975fb6fd22.tar.bz2 luajit-2b22b9e710023b66591487784ad382975fb6fd22.zip |
Drop obsolete shadow frame link stack.
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r-- | src/lj_jit.h | 1 |
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 | ||