Skip to content
Commit 76bc2025 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

Handle a function returning bool, char or short

x86-64 psABI says that only the least significant 8 bits are
significant if RAX has a return value of a function returning bool.
Likewise, it looks like only the least significant 1 or 2 bytes
are guaranteed to have a correct value for char and short return
values, respectively.
parent 0d37304b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment