diff options
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
| -rw-r--r-- | src/core/hle/kernel/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.cpp b/src/core/hle/kernel/thread.cpp index fba2a9c85..2b1092697 100644 --- a/src/core/hle/kernel/thread.cpp +++ b/src/core/hle/kernel/thread.cpp | |||
| @@ -150,7 +150,7 @@ static void ResetThreadContext64(Core::ARM_Interface::ThreadContext64& context, | |||
| 150 | context.fpcr = 0; | 150 | context.fpcr = 0; |
| 151 | } | 151 | } |
| 152 | 152 | ||
| 153 | std::shared_ptr<Common::Fiber> Thread::GetHostContext() const { | 153 | std::shared_ptr<Common::Fiber>& Thread::GetHostContext() { |
| 154 | return host_context; | 154 | return host_context; |
| 155 | } | 155 | } |
| 156 | 156 | ||