core: hle: kernel: k_process: Improve management of page table & cleanup.
This commit is contained in:
parent
79bcb38321
commit
abcc009dff
7 changed files with 92 additions and 60 deletions
|
@ -933,7 +933,7 @@ static Result GetInfo(Core::System& system, u64* result, u64 info_id, Handle han
|
|||
return ResultSuccess;
|
||||
|
||||
case GetInfoType::UserExceptionContextAddr:
|
||||
*result = process->GetTLSRegionAddress();
|
||||
*result = process->GetProcessLocalRegionAddress();
|
||||
return ResultSuccess;
|
||||
|
||||
case GetInfoType::TotalPhysicalMemoryAvailableWithoutSystemResource:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue