aboutsummaryrefslogtreecommitdiff
path: root/src/lj_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r--src/lj_obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h
index 762e58ce..5eaa7145 100644
--- a/src/lj_obj.h
+++ b/src/lj_obj.h
@@ -480,7 +480,7 @@ typedef struct global_State {
480 uint8_t vmevmask; /* VM event mask. */ 480 uint8_t vmevmask; /* VM event mask. */
481 GCRef mainthref; /* Link to main thread. */ 481 GCRef mainthref; /* Link to main thread. */
482 TValue registrytv; /* Anchor for registry. */ 482 TValue registrytv; /* Anchor for registry. */
483 TValue tmptv; /* Temporary TValue. */ 483 TValue tmptv, tmptv2; /* Temporary TValues. */
484 GCupval uvhead; /* Head of double-linked list of all open upvalues. */ 484 GCupval uvhead; /* Head of double-linked list of all open upvalues. */
485 int32_t hookcount; /* Instruction hook countdown. */ 485 int32_t hookcount; /* Instruction hook countdown. */
486 int32_t hookcstart; /* Start count for instruction hook counter. */ 486 int32_t hookcstart; /* Start count for instruction hook counter. */