diff options
author | Martin Storsjö <martin@martin.st> | 2016-09-30 11:49:47 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-10-16 23:26:15 +0300 |
commit | a05cc56124b4f1237f6355784de821e3290ddb44 (patch) | |
tree | 57dc81b83b3e45767ddabcc9751e2ee280b81e0d /libavcodec/ivi.h | |
parent | 8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4 (diff) | |
download | ffmpeg-a05cc56124b4f1237f6355784de821e3290ddb44.tar.gz |
checkasm: arm/aarch64: Fix the amount of space reserved for stack parameters
Even if MAX_ARGS - 2 (for arm) or MAX_ARGS - 7 (for aarch64) parameters
are passed on the stack to checkasm_checked_call, we actually only
need to store MAX_ARGS - 4 (for arm) or MAX_ARGS - 8 (for aarch64)
parameters on the stack when calling the tested function.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/ivi.h')
0 files changed, 0 insertions, 0 deletions