diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_target_x86.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index 4be5f04c..a403f820 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
@@ -165,6 +165,8 @@ typedef struct { | |||
165 | #define EXITSTUB_SPACING (2+2) | 165 | #define EXITSTUB_SPACING (2+2) |
166 | #define EXITSTUBS_PER_GROUP 32 | 166 | #define EXITSTUBS_PER_GROUP 32 |
167 | 167 | ||
168 | #define EXITTRACE_VMSTATE 1 /* g->vmstate has traceno on exit. */ | ||
169 | |||
168 | /* -- x86 ModRM operand encoding ------------------------------------------ */ | 170 | /* -- x86 ModRM operand encoding ------------------------------------------ */ |
169 | 171 | ||
170 | typedef enum { | 172 | typedef enum { |