mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-10 19:35:32 +00:00
9aef73f5fb
When running on 32 bit TCG backends a wide unaligned load ends up truncating data before returning to the guest. We specifically have the return type as uint64_t to avoid any premature truncation so we should use the same for the interim types. Fixes: https://bugs.launchpad.net/qemu/+bug/1830872 Fixes: eed5664238e Backports commit 8c79b288513587e960b6b7257a9d955d5592f209 from qemu |
||
---|---|---|
.. | ||
tcg | ||
Makefile.objs |