From dda94e56dde35f5df969b71b2be9195b7d8cdc05 Mon Sep 17 00:00:00 2001 From: Subv Date: Sun, 10 May 2015 23:19:54 -0500 Subject: Core/Memory: Add TLS support for creating up to 300 threads --- src/core/hle/kernel/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/kernel/thread.h') diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 1d4d010f..cfbebab0 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -157,7 +157,7 @@ public: s32 processor_id; - VAddr tls_address; ///< Address of the Thread Local Storage of the thread + s32 tls_index; ///< Index of the Thread Local Storage of the thread /// Mutexes currently held by this thread, which will be released when it exits. boost::container::flat_set> held_mutexes; -- cgit v1.2.3