mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 23:47:46 +00:00
Kernel: Correct Host Context on Threads and Scheduler.
This commit is contained in:
parent
8d603539a4
commit
555c4c238c
4 changed files with 11 additions and 11 deletions
|
@ -236,7 +236,7 @@ public:
|
|||
|
||||
void OnThreadStart();
|
||||
|
||||
std::shared_ptr<Common::Fiber> ControlContext() {
|
||||
std::shared_ptr<Common::Fiber>& ControlContext() {
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue