Preparation for AArch64 support

This commit is contained in:
kobalicek
2020-09-12 16:25:35 +02:00
parent 9cb2b298e1
commit cd44f41d9b
81 changed files with 10121 additions and 4441 deletions

View File

@@ -33,7 +33,7 @@ if [ -f ${BUILD_DIR}/asmjit_test_x86_instinfo ]; then
eval "$RUN_CMD ${BUILD_DIR}/asmjit_test_x86_instinfo"
fi
if [ -f ${BUILD_DIR}asmjit_test_x86_cc ]; then
if [ -f ${BUILD_DIR}asmjit_test_compiler ]; then
echo ""
eval "$RUN_CMD ${BUILD_DIR}/asmjit_test_x86_cc"
eval "$RUN_CMD ${BUILD_DIR}/asmjit_test_compiler"
fi