general: fix incorrect conversions
This commit is contained in:
parent
83eee1d226
commit
37b278a9a8
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