mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01:00
orbis: fix compilation error
This commit is contained in:
parent
30e4728739
commit
e04188faec
|
|
@ -291,6 +291,6 @@ orbis::vmem::queryProtection(Process *process, std::uint64_t address) {
|
|||
orbis::vmem::MemoryProtection result{};
|
||||
result.startAddress = it.beginAddress();
|
||||
result.endAddress = it.endAddress();
|
||||
result.prot = it->prot.toUnderlying();
|
||||
result.prot = it->prot;
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue