Module: libav Branch: master Commit: 8c816c0c9b12fdefd9046415e97df299880bc9b8
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Sun Jul 10 13:23:13 2016 +0200 checkasm/arm: align the clobber check data properly for ldrd Should fix the SIGBUS in the armv7-linux-clang-3.7 fate target. --- tests/checkasm/arm/checkasm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkasm/arm/checkasm.S b/tests/checkasm/arm/checkasm.S index 160dba4..199c96a 100644 --- a/tests/checkasm/arm/checkasm.S +++ b/tests/checkasm/arm/checkasm.S @@ -22,7 +22,7 @@ #include "libavutil/arm/asm.S" -const register_init +const register_init, align=3 .quad 0x21f86d66c8ca00ce .quad 0x75b6ba21077c48ad .quad 0xed56bb2dcb3c7736 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
