From 4008b351f477d528ec950760689823f8ab785849 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 1 Aug 2011 18:59:16 +0200 Subject: PPC: Add machine-specific part of FFI. --- src/lj_arch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lj_arch.h') diff --git a/src/lj_arch.h b/src/lj_arch.h index ceaee6e7..355474fb 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h @@ -163,7 +163,6 @@ #define LJ_TARGET_MASKROT 1 #define LJ_TARGET_UNIFYROT 1 /* Want only IR_BROL. */ #define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE -#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */ #define LJ_ARCH_NOJIT 1 #elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE -- cgit v1.2.3-55-g6feb