mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-06 06:53:02 -06:00
Merge pull request #2603 from wwylele/please-signal
Timer: restore missing signaled=true from #2421
This commit is contained in:
commit
ad4097e75c
@ -80,6 +80,8 @@ void Timer::WakeupAllWaitingThreads() {
|
|||||||
void Timer::Signal(int cycles_late) {
|
void Timer::Signal(int cycles_late) {
|
||||||
LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
|
LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
|
||||||
|
|
||||||
|
signaled = true;
|
||||||
|
|
||||||
// Resume all waiting threads
|
// Resume all waiting threads
|
||||||
WakeupAllWaitingThreads();
|
WakeupAllWaitingThreads();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user