diff options
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r-- | src/lj_jit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index 2f3df2a0..e2dd5fb8 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -112,7 +112,8 @@ typedef enum { | |||
112 | typedef enum { | 112 | typedef enum { |
113 | LJ_POST_NONE, /* No action. */ | 113 | LJ_POST_NONE, /* No action. */ |
114 | LJ_POST_FIXCOMP, /* Fixup comparison and emit pending guard. */ | 114 | LJ_POST_FIXCOMP, /* Fixup comparison and emit pending guard. */ |
115 | LJ_POST_FIXGUARD /* Fixup and emit pending guard. */ | 115 | LJ_POST_FIXGUARD, /* Fixup and emit pending guard. */ |
116 | LJ_POST_FIXBOOL /* Fixup boolean result. */ | ||
116 | } PostProc; | 117 | } PostProc; |
117 | 118 | ||
118 | /* Machine code type. */ | 119 | /* Machine code type. */ |