mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-10-28 08:47:12 +00:00
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 | ||