Skip to content

Commit 746571a

Browse files
committed
threadman: Fix WakeupThread
1 parent bc46c64 commit 746571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iop/system/threadman/src/thbase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ int WakeupThread(int thid)
763763
return thread_start(thread, state);
764764
}
765765

766-
thread->wakeup_count--;
766+
thread->wakeup_count++;
767767

768768
CpuResumeIntr(state);
769769

0 commit comments

Comments
 (0)