PPC: Disable FFI due to NYI: comparisons and calls.

This commit is contained in:
Mike Pall 2011-02-14 23:25:18 +01:00
parent 19b84009b2
commit 4117a61620

View File

@ -154,6 +154,7 @@
#define LJ_TARGET_EHRETREG 3 #define LJ_TARGET_EHRETREG 3
#define LJ_TARGET_MASKSHIFT 0 #define LJ_TARGET_MASKSHIFT 0
#define LJ_TARGET_MASKROT 1 #define LJ_TARGET_MASKROT 1
#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
#define LJ_ARCH_NOJIT 1 #define LJ_ARCH_NOJIT 1
#else #else