fixup! Set the TLS address in the scheduler

This commit is contained in:
Subv 2015-05-10 18:43:59 -05:00
parent 000876858d
commit 115ad8e16a
6 changed files with 10 additions and 11 deletions

View file

@ -156,6 +156,8 @@ public:
s32 processor_id;
VAddr tls_address; ///< Address 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<SharedPtr<Mutex>> held_mutexes;