]> granicus.if.org Git - libx264/commitdiff
aarch64: Fix building checkasm for iOS
authorMartin Storsjö <martin@martin.st>
Thu, 23 Mar 2017 13:05:38 +0000 (15:05 +0200)
committerHenrik Gramner <henrik@gramner.com>
Thu, 23 Mar 2017 21:55:18 +0000 (22:55 +0100)
On iOS, symbols are prefixed - this prefix gets added by the X()
macro.

tools/checkasm-aarch64.S

index 0341a5a3ca254a280e3119cb417ef712098fc063..3d0cca8df291f46fca07289c670f7999baf4eebf 100644 (file)
@@ -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