]> granicus.if.org Git - libx264/commit
checkasm: aarch64: Add filler args to make sure all parameters are passed on the...
authorMartin Storsjö <martin@martin.st>
Wed, 16 Nov 2016 08:57:31 +0000 (10:57 +0200)
committerHenrik Gramner <henrik@gramner.com>
Thu, 1 Dec 2016 15:10:37 +0000 (16:10 +0100)
commit983acc911543453449a65bd02bbdff4c8cfe8e6a
treedc862cfb8fcc13bd326146f5d0a8ede478bb541a
parent8ada354c9b5d72356c34c9ae3f787a6df4d61506
checkasm: aarch64: Add filler args to make sure all parameters are passed on the stack

This, combined with clobbering the stack space prior to the call,
increases the chances of finding cases where 32 bit parameters
are erroneously treated as 64 bit.
tools/checkasm-aarch64.S
tools/checkasm.c