checkasm: aarch64: Check register clobbering

Disable this on iOS, since it has got a slightly different ABI
for vararg parameters.
This commit is contained in:
Martin Storsjö
2015-08-25 14:38:20 +03:00
committed by Henrik Gramner
parent 5c13589be8
commit 59683a97b5
3 changed files with 162 additions and 1 deletions
+1
View File
@@ -140,6 +140,7 @@ SRCS += common/aarch64/asm-offsets.c \
common/aarch64/mc-c.c \
common/aarch64/predict-c.c
OBJASM = $(ASMSRC:%.S=%.o)
OBJCHK += tools/checkasm-aarch64.o
endif
endif