diff options
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 3ae0df6ef..c0342c462 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -342,7 +342,7 @@ public: | |||
| 342 | was_running = value; | 342 | was_running = value; |
| 343 | } | 343 | } |
| 344 | 344 | ||
| 345 | std::shared_ptr<Common::Fiber> GetHostContext() const; | 345 | std::shared_ptr<Common::Fiber>& GetHostContext(); |
| 346 | 346 | ||
| 347 | ThreadStatus GetStatus() const { | 347 | ThreadStatus GetStatus() const { |
| 348 | return status; | 348 | return status; |