mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 16:24:47 +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 | ||
| A64 | ||
| fp | ||
| unicorn_emu | ||
| CMakeLists.txt | ||
| cpu_info.cpp | ||
| fuzz_util.cpp | ||
| fuzz_util.h | ||
| main.cpp | ||
| mp.cpp | ||
| print_info.cpp | ||
| rand_int.h | ||