aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index 1ec54fe7..43a99392 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -233,7 +233,8 @@ typedef struct GCtrace {
233 TraceNo1 root; /* Root trace of side trace (or 0 for root traces). */ 233 TraceNo1 root; /* Root trace of side trace (or 0 for root traces). */
234 TraceNo1 nextroot; /* Next root trace for same prototype. */ 234 TraceNo1 nextroot; /* Next root trace for same prototype. */
235 TraceNo1 nextside; /* Next side trace of same root trace. */ 235 TraceNo1 nextside; /* Next side trace of same root trace. */
236 uint16_t unused2; 236 uint8_t sinktags; /* Trace has SINK tags. */
237 uint8_t unused1;
237#ifdef LUAJIT_USE_GDBJIT 238#ifdef LUAJIT_USE_GDBJIT
238 void *gdbjit_entry; /* GDB JIT entry. */ 239 void *gdbjit_entry; /* GDB JIT entry. */
239#endif 240#endif