summaryrefslogtreecommitdiff
path: root/src/lj_target_x86.h
diff options
context:
space:
mode:
authorMike Pall <mike>2021-03-23 00:35:46 +0100
committerMike Pall <mike>2021-03-23 00:39:50 +0100
commita32aeadc6878305658fb3939830e6abaef587e40 (patch)
tree48f3df3a4ca72b1fb7cd628f15b9d21d864bbbc2 /src/lj_target_x86.h
parentddd0fd8f3754ad83423623655d8b3f8454a7cf1e (diff)
downloadluajit-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.h2
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
170typedef enum { 172typedef enum {