mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 00:18:23 +00:00
e141ea5dd2
In float64_to_uint64_round_to_zero() a typo meant that we were taking the uint64_t return value from float64_to_uint64() and putting it into an int64_t variable before returning it as uint64_t again. Use uint64_t instead of pointlessly casting it back and forth to int64_t. Backports commit d000b477f2693dbca97cd8ea751c2e0b71890662 from qemu |
||
---|---|---|
.. | ||
softfloat-macros.h | ||
softfloat-specialize.h | ||
softfloat.c |