[Address Arbiter] Add comment for clarity

This commit is contained in:
wheremyfoodat 2023-04-24 00:55:56 +03:00
parent 3ed3729bb4
commit ef6cc56182

View file

@ -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();
} }