]> git.sesse.net Git - ffmpeg/commit
checkasm: arm: Don't use blx to call checkasm_fail_func
authorMartin Storsjö <martin@martin.st>
Tue, 12 May 2020 12:50:10 +0000 (15:50 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 15 May 2020 18:22:32 +0000 (21:22 +0300)
commit3f266cf49e552423a82b52b800a55a5374f837ec
tree332a9bfda3185c836d92ed0564c9bbeb8aa71b86
parent89cf9e1fb642f5852afebdf2b534eb31e9410d2d
checkasm: arm: Don't use blx to call checkasm_fail_func

We should just use a normal bl here, and the linker will add the 'x'
bit if necessary.

This fixes calling the checkasm_fail_func on windows, where the
code is built in thumb mode (and the linker doesn't clear the 'x'
bit in the blx instruction).

Signed-off-by: Martin Storsjö <martin@martin.st>
tests/checkasm/arm/checkasm.S