diff options
author | Mike Pall <mike> | 2021-03-23 00:35:46 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-03-23 00:39:50 +0100 |
commit | a32aeadc6878305658fb3939830e6abaef587e40 (patch) | |
tree | 48f3df3a4ca72b1fb7cd628f15b9d21d864bbbc2 /src/lj_target_x86.h | |
parent | ddd0fd8f3754ad83423623655d8b3f8454a7cf1e (diff) | |
download | luajit-a32aeadc6878305658fb3939830e6abaef587e40.tar.gz luajit-a32aeadc6878305658fb3939830e6abaef587e40.tar.bz2 luajit-a32aeadc6878305658fb3939830e6abaef587e40.zip |
Handle on-trace OOM errors from helper functions.
Diffstat (limited to 'src/lj_target_x86.h')
-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 { |