summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorGravatar Michael Scire2018-06-21 20:25:57 -0600
committerGravatar Michael Scire2018-06-21 20:25:57 -0600
commitdc70a87af1576e29dd6fda1d0313aca260982498 (patch)
treead2458fcae93251cd0110ab02f8d3a2db766b3dc /src/core/hle/kernel/thread.h
parentKernel/Arbiters: Initialize arb_wait_address in thread struct. (diff)
downloadyuzu-dc70a87af1576e29dd6fda1d0313aca260982498.tar.gz
yuzu-dc70a87af1576e29dd6fda1d0313aca260982498.tar.xz
yuzu-dc70a87af1576e29dd6fda1d0313aca260982498.zip
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 7a28f3c1c..3851d1085 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -233,7 +233,6 @@ public:
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};
236 ResultCode arb_wait_result{RESULT_SUCCESS}; ///< Result returned when done waiting on AddressArbiter.
237 236
238 std::string name; 237 std::string name;
239 238