Get rid of the "root" return hack.
This commit is contained in:
parent
c34854ead3
commit
727b3b4127
2 changed files with 8 additions and 5 deletions
|
@ -2010,10 +2010,6 @@ void __KernelReturnFromThread()
|
|||
_dbg_assert_msg_(HLE, thread != NULL, "Returned from a NULL thread.");
|
||||
|
||||
INFO_LOG(HLE,"__KernelReturnFromThread: %d", exitStatus);
|
||||
// TEMPORARY HACK: kill the stack of the root thread early:
|
||||
if (!strcmp(thread->GetName(), "root")) {
|
||||
thread->FreeStack();
|
||||
}
|
||||
|
||||
thread->nt.exitStatus = exitStatus;
|
||||
__KernelChangeReadyState(thread, currentThread, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue