mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
general: fix incorrect conversions
This commit is contained in:
parent
9edd6d3198
commit
580f7f2ff1
4 changed files with 5 additions and 5 deletions
|
@ -545,7 +545,7 @@ public:
|
|||
}
|
||||
|
||||
// Map memory for the NRO
|
||||
VAddr map_location;
|
||||
VAddr map_location{};
|
||||
const auto map_result{MapNro(&map_location, system.ApplicationProcess(), nro_address,
|
||||
nro_size, bss_address, bss_size, nro_size + bss_size)};
|
||||
if (map_result != ResultSuccess) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue