diff options
author | Janne Grunau <janne-libav@jannau.net> | 2016-07-12 22:46:43 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2016-07-13 22:18:53 +0200 |
commit | 7b1ae0e73ab7f7c5eabc70dbe2e579127c6e154f (patch) | |
tree | d50cbb5711b734b24ebdf2c8de32e8d5ff40a8b5 /libavcodec/zerocodec.c | |
parent | 80fbb7becae530167373fe5178966b7d7604306e (diff) | |
download | ffmpeg-7b1ae0e73ab7f7c5eabc70dbe2e579127c6e154f.tar.gz |
checkasm/arm: preserve the stack alignment checkasm_checked_call
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.
Diffstat (limited to 'libavcodec/zerocodec.c')
0 files changed, 0 insertions, 0 deletions