ARM: Cleanup interpreter.

Use DynASM defines instead of C defines.
This commit is contained in:
Mike Pall
2012-06-11 00:49:47 +02:00
parent c99439b3be
commit 02acb39b10
2 changed files with 141 additions and 135 deletions

View File

@@ -390,6 +390,11 @@ ifeq (x64,$(TARGET_LJARCH))
DASM_AFLAGS+= -D X64
DASM_ARCH= x86
else
ifeq (arm,$(TARGET_LJARCH))
ifeq (iOS,$(TARGET_SYS))
DASM_AFLAGS+= -D IOS
endif
else
ifeq (ppc,$(TARGET_LJARCH))
ifneq (,$(findstring LJ_ARCH_SQRT 1,$(TARGET_TESTARCH)))
DASM_AFLAGS+= -D SQRT
@@ -403,6 +408,7 @@ ifeq (ppc,$(TARGET_LJARCH))
endif
endif
endif
endif
DASM_FLAGS= $(DASM_XFLAGS) $(DASM_AFLAGS)
DASM_DASC= vm_$(DASM_ARCH).dasc