From 4117a61620ab6a26368b4cdf110c81c22ea3bf4f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 14 Feb 2011 23:25:18 +0100 Subject: [PATCH] PPC: Disable FFI due to NYI: comparisons and calls. --- src/lj_arch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lj_arch.h b/src/lj_arch.h index e7722315..c728742f 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h @@ -154,6 +154,7 @@ #define LJ_TARGET_EHRETREG 3 #define LJ_TARGET_MASKSHIFT 0 #define LJ_TARGET_MASKROT 1 +#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */ #define LJ_ARCH_NOJIT 1 #else