From: Martin Storsjö Date: Thu, 23 Mar 2017 13:05:38 +0000 (+0200) Subject: aarch64: Fix building checkasm for iOS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=469ad705b1064207b6b1068d1e25a0a591021007;p=libx264 aarch64: Fix building checkasm for iOS On iOS, symbols are prefixed - this prefix gets added by the X() macro. --- diff --git a/tools/checkasm-aarch64.S b/tools/checkasm-aarch64.S index 0341a5a3..3d0cca8d 100644 --- a/tools/checkasm-aarch64.S +++ b/tools/checkasm-aarch64.S @@ -149,7 +149,7 @@ function x264_checkasm_call, export=1 mov w9, #0 str w9, [x2] movrel x0, error_message - bl puts + bl X(puts) 0: ldp x0, x1, [sp], #16 ldp d14, d15, [sp], #16