k_process: PageTable -> GetPageTable
This commit is contained in:
parent
04868ab9da
commit
a85ce8ea56
27 changed files with 81 additions and 90 deletions
|
@ -117,8 +117,8 @@ json GetProcessorStateDataAuto(Core::System& system) {
|
|||
arm.SaveContext(context);
|
||||
|
||||
return GetProcessorStateData(process->Is64BitProcess() ? "AArch64" : "AArch32",
|
||||
GetInteger(process->PageTable().GetCodeRegionStart()), context.sp,
|
||||
context.pc, context.pstate, context.cpu_registers);
|
||||
GetInteger(process->GetPageTable().GetCodeRegionStart()),
|
||||
context.sp, context.pc, context.pstate, context.cpu_registers);
|
||||
}
|
||||
|
||||
json GetBacktraceData(Core::System& system) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue