소스 검색

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

Mike Pall 14 년 전
부모
커밋
4117a61620
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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_MASKSHIFT	0
 #define LJ_TARGET_MASKROT	1
+#define LJ_ARCH_NOFFI		1	/* NYI: comparisons, calls. */
 #define LJ_ARCH_NOJIT		1
 
 #else