mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2025-01-12 08:19:07 +01:00
relocator: formatting
This commit is contained in:
parent
29c90bc943
commit
985691e608
@ -98,6 +98,7 @@ DECL(uint32_t, IPCKDriver_ValidatePhysicalAddress, uint32_t u1, uint32_t physSta
|
||||
DECL(uint32_t, KiIsEffectiveRangeValid, uint32_t addressSpace, uint32_t virtualAddress, uint32_t size) {
|
||||
uint32_t result = real_KiIsEffectiveRangeValid(addressSpace, virtualAddress, size);
|
||||
if (result == 0) {
|
||||
return 1;
|
||||
if (MemoryMappingEffectiveToPhysicalPTR != 0) {
|
||||
return ((uint32_t (*)(uint32_t)) ((uint32_t *) MemoryMappingEffectiveToPhysicalPTR))(virtualAddress) > 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user