diff options
Diffstat (limited to 'src/lj_jit.h')
-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 35595cd5..1e029182 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -231,6 +231,7 @@ typedef struct jit_State { | |||
231 | int32_t loopunroll; /* Unroll counter for loop ops in side traces. */ | 231 | int32_t loopunroll; /* Unroll counter for loop ops in side traces. */ |
232 | int32_t tailcalled; /* Number of successive tailcalls. */ | 232 | int32_t tailcalled; /* Number of successive tailcalls. */ |
233 | int32_t framedepth; /* Current frame depth. */ | 233 | int32_t framedepth; /* Current frame depth. */ |
234 | int32_t retdepth; /* Return frame depth (count of RETF). */ | ||
234 | 235 | ||
235 | MRef knum; /* Pointer to chained array of KNUM constants. */ | 236 | MRef knum; /* Pointer to chained array of KNUM constants. */ |
236 | 237 | ||