ARM: Add missing FFI functionality. Enable FFI for ARM.

This commit is contained in:
Mike Pall
2011-04-18 21:23:21 +02:00
parent ca18293ebc
commit a1ffb6114f
3 changed files with 1172 additions and 1039 deletions

View File

@@ -136,7 +136,6 @@
#define LJ_TARGET_MASKSHIFT 0
#define LJ_TARGET_MASKROT 1
#define LJ_ARCH_DUALNUM 2
#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
#define LJ_ARCH_NOJIT 1
#elif LUAJIT_TARGET == LUAJIT_ARCH_PPC