diff options
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r-- | src/lj_obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h index c0ae6892..6c974812 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -620,6 +620,7 @@ typedef struct global_State { | |||
620 | GCRef cur_L; /* Currently executing lua_State. */ | 620 | GCRef cur_L; /* Currently executing lua_State. */ |
621 | MRef jit_base; /* Current JIT code L->base or NULL. */ | 621 | MRef jit_base; /* Current JIT code L->base or NULL. */ |
622 | MRef ctype_state; /* Pointer to C type state. */ | 622 | MRef ctype_state; /* Pointer to C type state. */ |
623 | PRNGState prng; /* Global PRNG state. */ | ||
623 | GCRef gcroot[GCROOT_MAX]; /* GC roots. */ | 624 | GCRef gcroot[GCROOT_MAX]; /* GC roots. */ |
624 | } global_State; | 625 | } global_State; |
625 | 626 | ||