diff options
author | Henrik Gramner <henrik@gramner.com> | 2016-12-20 21:33:12 +0100 |
---|---|---|
committer | Henrik Gramner <henrik@gramner.com> | 2017-01-09 16:00:29 +0100 |
commit | cd09e3b34903db7b7e37fdb4d3e10549bf8b2e82 (patch) | |
tree | 2f23471c3bcf7a8c3467c9567376404ae7585322 /libavformat/flv.h | |
parent | 0e8b68a2c4031e25082603ad88711be12210d41f (diff) | |
download | ffmpeg-cd09e3b34903db7b7e37fdb4d3e10549bf8b2e82.tar.gz |
x86inc: Avoid using eax/rax for storing the stack pointer
When allocating stack space with an alignment requirement that is larger
than the current stack alignment we need to store a copy of the original
stack pointer in order to be able to restore it later.
If we chose to use another register for this purpose we should not pick
eax/rax since it can be overwritten as a return value.
Diffstat (limited to 'libavformat/flv.h')
0 files changed, 0 insertions, 0 deletions