diff options
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r-- | src/lj_jit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index 38970fc7..2f3df2a0 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -111,6 +111,7 @@ typedef enum { | |||
111 | /* Post-processing action. */ | 111 | /* Post-processing action. */ |
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_FIXGUARD /* Fixup and emit pending guard. */ | 115 | LJ_POST_FIXGUARD /* Fixup and emit pending guard. */ |
115 | } PostProc; | 116 | } PostProc; |
116 | 117 | ||