]> git.sesse.net Git - x264/commit
checkasm: Properly save rdx/edx in checkasm_call() on x86
authorHenrik Gramner <henrik@gramner.com>
Sun, 16 Aug 2015 19:59:26 +0000 (21:59 +0200)
committerAnton Mitrofanov <BugMaster@narod.ru>
Tue, 18 Aug 2015 22:24:29 +0000 (01:24 +0300)
commit401941cc7099b322864600b62104940542497e7a
treea348d403b32a870c8c34545496275b672065e22c
parent3dff8af3033a9e81d7966c5749fd361ce421467a
checkasm: Properly save rdx/edx in checkasm_call() on x86

If the return value doesn't fit in a single register rdx/edx can in some
cases be used in addition to rax/eax.

Doesn't affect any of the existing checkasm tests but it's more correct
behavior and it might be useful in the future.
tools/checkasm-a.asm