mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
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 |
||
|---|---|---|
| .. | ||
| a32_unicorn.cpp | ||
| a32_unicorn.h | ||
| a64_unicorn.cpp | ||
| a64_unicorn.h | ||
| unicorn_load.cpp | ||