diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-03-15 23:38:51 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-03-15 23:58:37 -0400 |
| commit | 51d7f6bffcc0498a47abc7de27bf0906fc523dae (patch) | |
| tree | 1b0860fc4bfe74197f4a714f549c74f28b4bcc95 /src/core/hle/kernel/thread.h | |
| parent | c892cf01fad0c1fdeb6fc4644000c026176fe05a (diff) | |
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Puts the operation on global state in the same places as the rest of the
svc calls.
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index d7c7a31f7..ccdefeecc 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -463,9 +463,4 @@ private: */ Thread* GetCurrentThread(); -/** - * Stops the current thread and removes it from the thread_list - */ -void ExitCurrentThread(); - } // namespace Kernel |
