unicorn/qemu/accel
Alex Bennée 938f8465a0
cputlb: cast size_t to target_ulong before using for address masks
While size_t is defined to happily access the biggest host object this
isn't the case when generating masks for 64 bit guests on 32 bit
hosts. Otherwise we end up truncating the address when we fall back to
our unaligned helper.

Fixes: https://bugs.launchpad.net/qemu/+bug/1831545

Backports commit ab7a2009df66241a3742cbdfe8f9a1f66c6af21f from qemu
2019-06-13 16:07:01 -04:00
..
tcg cputlb: cast size_t to target_ulong before using for address masks 2019-06-13 16:07:01 -04:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00