mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
[Kernel] Undo enormous, embarassing mistake no one must know about
This commit is contained in:
parent
9d01ec360f
commit
2eb84e053b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void Kernel::arbitrateAddress() {
|
|||
Helpers::panic("ArbitrateAddress: Unimplemented type %s", arbitrationTypeToString(type));
|
||||
}
|
||||
|
||||
rescheduleThreads();
|
||||
requireReschedule();
|
||||
}
|
||||
|
||||
// Signal up to "threadCount" threads waiting on the arbiter indicated by "waitingAddress"
|
||||
|
|
Loading…
Add table
Reference in a new issue