diff options
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r-- | src/lj_obj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h index e97acef0..846c290f 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -536,7 +536,7 @@ typedef struct global_State { | |||
536 | lua_CFunction panic; /* Called as a last resort for errors. */ | 536 | lua_CFunction panic; /* Called as a last resort for errors. */ |
537 | BCIns bc_cfunc_int; /* Bytecode for internal C function calls. */ | 537 | BCIns bc_cfunc_int; /* Bytecode for internal C function calls. */ |
538 | BCIns bc_cfunc_ext; /* Bytecode for external C function calls. */ | 538 | BCIns bc_cfunc_ext; /* Bytecode for external C function calls. */ |
539 | GCRef jit_L; /* Current JIT code lua_State. */ | 539 | GCRef cur_L; /* Currently executing lua_State. */ |
540 | MRef jit_base; /* Current JIT code L->base or NULL. */ | 540 | MRef jit_base; /* Current JIT code L->base or NULL. */ |
541 | MRef ctype_state; /* Pointer to C type state. */ | 541 | MRef ctype_state; /* Pointer to C type state. */ |
542 | GCRef gcroot[GCROOT_MAX]; /* GC roots. */ | 542 | GCRef gcroot[GCROOT_MAX]; /* GC roots. */ |