mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
kernel/thread: set status of thread to run in start.
This commit is contained in:
@@ -156,6 +156,7 @@ int ThreadState::start(SceSize arglen, const Ptr<void> argp, bool run_entry_call
|
||||
kernel.debugger.wait_for_debugger = false;
|
||||
} else {
|
||||
to_do = ThreadToDo::run;
|
||||
status = ThreadStatus::run;
|
||||
}
|
||||
something_to_do.notify_one();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user