kernel: update KProcess

This commit is contained in:
Liam 2023-10-21 16:47:43 -04:00
parent d0ab5211a1
commit 62e106dbe8
39 changed files with 2004 additions and 1209 deletions

View file

@ -127,7 +127,7 @@ std::vector<std::unique_ptr<WaitTreeItem>> WaitTreeCallstack::GetChildren() cons
return list;
}
if (thread.GetOwnerProcess() == nullptr || !thread.GetOwnerProcess()->Is64BitProcess()) {
if (thread.GetOwnerProcess() == nullptr || !thread.GetOwnerProcess()->Is64Bit()) {
return list;
}