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
|
@ -342,7 +342,7 @@ public:
|
|||
was_running = value;
|
||||
}
|
||||
|
||||
std::shared_ptr<Common::Fiber> GetHostContext() const;
|
||||
std::shared_ptr<Common::Fiber>& GetHostContext();
|
||||
|
||||
ThreadStatus GetStatus() const {
|
||||
return status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue