Răsfoiți Sursa

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

Mike Pall 14 ani în urmă
părinte
comite
4117a61620
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/lj_arch.h

+ 1 - 0
src/lj_arch.h

@@ -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