general: fix incorrect conversions

This commit is contained in:
Liam 2023-07-29 20:43:34 -04:00
parent 83eee1d226
commit 37b278a9a8
4 changed files with 5 additions and 5 deletions

View file

@ -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) {