aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index 43a99392..4549ac6c 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -144,6 +144,7 @@ typedef enum {
144 LJ_POST_FIXGUARD, /* Fixup and emit pending guard. */ 144 LJ_POST_FIXGUARD, /* Fixup and emit pending guard. */
145 LJ_POST_FIXGUARDSNAP, /* Fixup and emit pending guard and snapshot. */ 145 LJ_POST_FIXGUARDSNAP, /* Fixup and emit pending guard and snapshot. */
146 LJ_POST_FIXBOOL, /* Fixup boolean result. */ 146 LJ_POST_FIXBOOL, /* Fixup boolean result. */
147 LJ_POST_FIXCONST, /* Fixup constant results. */
147 LJ_POST_FFRETRY /* Suppress recording of retried fast functions. */ 148 LJ_POST_FFRETRY /* Suppress recording of retried fast functions. */
148} PostProc; 149} PostProc;
149 150