mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 06:34:23 -04:00
kern: add handle table/process/suspend/resume debug
This commit is contained in:
parent
af259eabda
commit
8a4bf6a0a8
10 changed files with 233 additions and 18 deletions
|
@ -148,7 +148,7 @@ namespace ams::kern {
|
|||
}
|
||||
}
|
||||
|
||||
void KSynchronizationObject::DebugWaiters() {
|
||||
void KSynchronizationObject::DumpWaiters() {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
/* If debugging, dump the list of waiters. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue