diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_jit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index 6a47961b..ad9d62af 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -362,6 +362,7 @@ typedef struct FoldState { | |||
362 | /* JIT compiler state. */ | 362 | /* JIT compiler state. */ |
363 | typedef struct jit_State { | 363 | typedef struct jit_State { |
364 | GCtrace cur; /* Current trace. */ | 364 | GCtrace cur; /* Current trace. */ |
365 | GCtrace *curfinal; /* Final address of current trace (set during asm). */ | ||
365 | 366 | ||
366 | lua_State *L; /* Current Lua state. */ | 367 | lua_State *L; /* Current Lua state. */ |
367 | const BCIns *pc; /* Current PC. */ | 368 | const BCIns *pc; /* Current PC. */ |