Lioncash 91e82bb615
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
2019-01-22 19:05:42 -05:00
..
2018-07-23 20:22:38 +01:00
2018-07-15 15:37:28 +01:00
2016-07-07 19:01:47 +08:00