]> git.sesse.net Git - x264/commitdiff
x86inc: Preserve arguments when allocating stack space
authorHenrik Gramner <henrik@gramner.com>
Mon, 12 Oct 2015 18:15:18 +0000 (20:15 +0200)
committerHenrik Gramner <henrik@gramner.com>
Sat, 16 Jan 2016 23:30:12 +0000 (00:30 +0100)
When allocating stack space with a larger alignment than the known stack
alignment a temporary register is used for storing the stack pointer.
Ensure that this isn't one of the registers used for passing arguments.


No differences found