diff options
Diffstat (limited to 'src/lj_bcdump.h')
-rw-r--r-- | src/lj_bcdump.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_bcdump.h b/src/lj_bcdump.h index 940ed147..ba6edfcc 100644 --- a/src/lj_bcdump.h +++ b/src/lj_bcdump.h | |||
@@ -42,8 +42,9 @@ | |||
42 | #define BCDUMP_F_BE 0x01 | 42 | #define BCDUMP_F_BE 0x01 |
43 | #define BCDUMP_F_STRIP 0x02 | 43 | #define BCDUMP_F_STRIP 0x02 |
44 | #define BCDUMP_F_FFI 0x04 | 44 | #define BCDUMP_F_FFI 0x04 |
45 | #define BCDUMP_F_FR2 0x08 | ||
45 | 46 | ||
46 | #define BCDUMP_F_KNOWN (BCDUMP_F_FFI*2-1) | 47 | #define BCDUMP_F_KNOWN (BCDUMP_F_FR2*2-1) |
47 | 48 | ||
48 | /* Type codes for the GC constants of a prototype. Plus length for strings. */ | 49 | /* Type codes for the GC constants of a prototype. Plus length for strings. */ |
49 | enum { | 50 | enum { |