]> git.sesse.net Git - x264/commit
arm: Fix checkasm register clobber check on iOS
authorJanne Grunau <janne-x264@jannau.net>
Tue, 13 Oct 2015 21:50:12 +0000 (23:50 +0200)
committerHenrik Gramner <henrik@gramner.com>
Sat, 17 Oct 2015 12:07:44 +0000 (14:07 +0200)
commit9f422c0cd9c0abcd6a7abb10b51f8be883c39b2b
tree78822af563fa460b4f5cf8747f53d8ca1402d032
parent75992107adcc8317ba2888e3957a7d56f16b5cd4
arm: Fix checkasm register clobber check on iOS

r9 is a volatile register in the iOS ABI and will therefore not be
preserved by compiled functions like the luma motion compensation.

Add the symbol prefix to the puts() call and use blx since a switch
between arm and thumb mode might be required.
tools/checkasm-arm.S