diff options
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r-- | src/lj_ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h index aac34350..1c9c90d7 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
@@ -354,6 +354,7 @@ typedef struct IRType1 { uint8_t irt; } IRType1; | |||
354 | #endif | 354 | #endif |
355 | 355 | ||
356 | #define irt_is64(t) ((IRT_IS64 >> irt_type(t)) & 1) | 356 | #define irt_is64(t) ((IRT_IS64 >> irt_type(t)) & 1) |
357 | #define irt_is64orfp(t) (((IRT_IS64|(1u<<IRT_FLOAT))>>irt_type(t)) & 1) | ||
357 | 358 | ||
358 | static LJ_AINLINE IRType itype2irt(const TValue *tv) | 359 | static LJ_AINLINE IRType itype2irt(const TValue *tv) |
359 | { | 360 | { |