dynarmic/tests/unicorn_emu
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
..
a32_unicorn.cpp a32_unicorn: Silence a truncation warning within UnmappedMemoryHook() 2020-04-22 20:57:38 +01:00
a32_unicorn.h tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
a64_unicorn.cpp tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
a64_unicorn.h tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
unicorn_load.cpp tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00