aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r--src/lj_ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h
index af10cc4f..fa10f4bc 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -240,6 +240,7 @@ IRFLDEF(FLENUM)
240/* BUFHDR mode, stored in op2. */ 240/* BUFHDR mode, stored in op2. */
241#define IRBUFHDR_RESET 0 /* Reset buffer. */ 241#define IRBUFHDR_RESET 0 /* Reset buffer. */
242#define IRBUFHDR_APPEND 1 /* Append to buffer. */ 242#define IRBUFHDR_APPEND 1 /* Append to buffer. */
243#define IRBUFHDR_WRITE 2 /* Write to string buffer. */
243 244
244/* CONV mode, stored in op2. */ 245/* CONV mode, stored in op2. */
245#define IRCONV_SRCMASK 0x001f /* Source IRType. */ 246#define IRCONV_SRCMASK 0x001f /* Source IRType. */