mirror of https://github.com/FFmpeg/FFmpeg.git
The System V ABI on x86-64 specifies that the al register contains an upper bound of the number of arguments passed in vector registers when calling variadic functions, so we aren't allowed to clobber it. checkasm_fail_func() is a variadic function so also zero al before calling it. Signed-off-by: Anton Khirnov <anton@khirnov.net>pull/118/merge
parent
5405584b7b
commit
cc28552100
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue