• Janne Grunau's avatar
    checkasm/arm: preserve the stack alignment checkasm_checked_call · 7b1ae0e7
    Janne Grunau authored
    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.
    7b1ae0e7
Name
Last commit
Last update
..
aarch64 Loading commit data...
arm Loading commit data...
x86 Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
bswapdsp.c Loading commit data...
checkasm.c Loading commit data...
checkasm.h Loading commit data...
dcadsp.c Loading commit data...
fmtconvert.c Loading commit data...
h264dsp.c Loading commit data...
h264pred.c Loading commit data...
h264qpel.c Loading commit data...
hevc_mc.c Loading commit data...
synth_filter.c Loading commit data...
v210enc.c Loading commit data...
vp8dsp.c Loading commit data...