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 1d4d010fe..cfbebab08 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -157,7 +157,7 @@ public: | |||
| 157 | 157 | ||
| 158 | s32 processor_id; | 158 | s32 processor_id; |
| 159 | 159 | ||
| 160 | VAddr tls_address; ///< Address of the Thread Local Storage of the thread | 160 | s32 tls_index; ///< Index of the Thread Local Storage of the thread |
| 161 | 161 | ||
| 162 | /// Mutexes currently held by this thread, which will be released when it exits. | 162 | /// Mutexes currently held by this thread, which will be released when it exits. |
| 163 | boost::container::flat_set<SharedPtr<Mutex>> held_mutexes; | 163 | boost::container::flat_set<SharedPtr<Mutex>> held_mutexes; |