summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorGravatar Michael Scire2018-06-21 21:05:34 -0600
committerGravatar Michael Scire2018-06-21 21:05:34 -0600
commit08d454e30ddf5031190790c977bfda9422a24118 (patch)
tree0de42225f3cf8cc32a98c812b076d2e6dadee876 /src/core/hle/kernel/thread.h
parentKernel/Arbiters: HLE is atomic, adjust code to reflect that. (diff)
downloadyuzu-08d454e30ddf5031190790c977bfda9422a24118.tar.gz
yuzu-08d454e30ddf5031190790c977bfda9422a24118.tar.xz
yuzu-08d454e30ddf5031190790c977bfda9422a24118.zip
Run clang-format on PR.
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 3851d1085..f1e759802 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -228,8 +228,8 @@ public:
228 228
229 // If waiting on a ConditionVariable, this is the ConditionVariable address 229 // If waiting on a ConditionVariable, this is the ConditionVariable address
230 VAddr condvar_wait_address; 230 VAddr condvar_wait_address;
231 VAddr mutex_wait_address; ///< If waiting on a Mutex, this is the mutex address 231 VAddr mutex_wait_address; ///< If waiting on a Mutex, this is the mutex address
232 Handle wait_handle; ///< The handle used to wait for the mutex. 232 Handle wait_handle; ///< The handle used to wait for the mutex.
233 233
234 // If waiting for an AddressArbiter, this is the address being waited on. 234 // If waiting for an AddressArbiter, this is the address being waited on.
235 VAddr arb_wait_address{0}; 235 VAddr arb_wait_address{0};