Lioncash eadc07e269 a32_unicorn: Silence a truncation warning within UnmappedMemoryHook()
MemoryRead8() takes a u32, but we were passing the result of a

u32 + size_t operation, which is 64-bit on 64-bit platforms. This
results in a truncation warning
2020-04-22 20:57:38 +01:00
..
2020-04-22 20:46:21 +01:00
2020-04-22 20:46:19 +01:00
2016-07-07 19:01:47 +08:00