FFI/ARM: Ensure invocation of SPLIT pass for float conversions.

This commit is contained in:
Mike Pall
2011-10-14 01:09:30 +02:00
parent 4c9318792f
commit c5164b1a7d
2 changed files with 7 additions and 5 deletions

View File

@@ -354,6 +354,7 @@ typedef struct IRType1 { uint8_t irt; } IRType1;
#endif
#define irt_is64(t) ((IRT_IS64 >> irt_type(t)) & 1)
#define irt_is64orfp(t) (((IRT_IS64|(1u<<IRT_FLOAT))>>irt_type(t)) & 1)
static LJ_AINLINE IRType itype2irt(const TValue *tv)
{