Kernel: Correct Host Context on Threads and Scheduler.
This commit is contained in:
parent
0e4c35c591
commit
d240143588
4 changed files with 11 additions and 11 deletions
|
@ -150,7 +150,7 @@ static void ResetThreadContext64(Core::ARM_Interface::ThreadContext64& context,
|
|||
context.fpcr = 0;
|
||||
}
|
||||
|
||||
std::shared_ptr<Common::Fiber> Thread::GetHostContext() const {
|
||||
std::shared_ptr<Common::Fiber>& Thread::GetHostContext() {
|
||||
return host_context;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue