summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/kernel/k_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h
index f38c92bff..dc52b4ed3 100644
--- a/src/core/hle/kernel/k_thread.h
+++ b/src/core/hle/kernel/k_thread.h
@@ -784,8 +784,8 @@ private:
784 std::vector<KSynchronizationObject*> wait_objects_for_debugging; 784 std::vector<KSynchronizationObject*> wait_objects_for_debugging;
785 VAddr mutex_wait_address_for_debugging{}; 785 VAddr mutex_wait_address_for_debugging{};
786 ThreadWaitReasonForDebugging wait_reason_for_debugging{}; 786 ThreadWaitReasonForDebugging wait_reason_for_debugging{};
787 uintptr_t argument; 787 uintptr_t argument{};
788 VAddr stack_top; 788 VAddr stack_top{};
789 789
790public: 790public:
791 using ConditionVariableThreadTreeType = ConditionVariableThreadTree; 791 using ConditionVariableThreadTreeType = ConditionVariableThreadTree;