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, 3 insertions, 0 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index 69156218..3201baf0 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -287,6 +287,9 @@ typedef struct jit_State {
287 TraceNo parent; /* Parent of current side trace (0 for root traces). */ 287 TraceNo parent; /* Parent of current side trace (0 for root traces). */
288 ExitNo exitno; /* Exit number in parent of current side trace. */ 288 ExitNo exitno; /* Exit number in parent of current side trace. */
289 289
290 BCIns *patchpc; /* PC for pending re-patch. */
291 BCIns patchins; /* Instruction for pending re-patch. */
292
290 TValue errinfo; /* Additional info element for trace errors. */ 293 TValue errinfo; /* Additional info element for trace errors. */
291 294
292 MCode *mcarea; /* Base of current mcode area. */ 295 MCode *mcarea; /* Base of current mcode area. */