Skip to content
Snippets Groups Projects
Commit e13da244 authored by Henrik Gramner's avatar Henrik Gramner Committed by Anton Khirnov
Browse files

checkasm: x86: properly save rdx/edx in checked_call()


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 might be useful later.

Also comment the relevant code a bit better.

Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent faa3f17a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment