mirror of https://github.com/FFmpeg/FFmpeg.git
The stack used by checkasm_checked_call_vfp was a multiple of 4 when the checked function is called. AAPCS requires a double word (8 byte) aligned stack public interfaces. Since both calls are public interfaces the stack is misaligned when the checked is called. Might fix the SIGBUS error in the armv7-linux-clang-3.7 fate config.pull/241/head
parent
80fbb7beca
commit
7b1ae0e73a
1 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue