mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
[Address Arbiter] Add comment for clarity
This commit is contained in:
parent
3ed3729bb4
commit
ef6cc56182
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ void Kernel::signalArbiter(u32 waitingAddress, s32 threadCount) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reschedule threads if we woke one up
|
||||||
if (count != 0) {
|
if (count != 0) {
|
||||||
rescheduleThreads();
|
rescheduleThreads();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue