Kernel/Arbiters: HLE is atomic, adjust code to reflect that.

This commit is contained in:
Michael Scire 2018-06-21 20:25:57 -06:00
parent 2a0ea82fec
commit 9d83964c1b
2 changed files with 13 additions and 37 deletions

View file

@ -233,7 +233,6 @@ public:
// If waiting for an AddressArbiter, this is the address being waited on.
VAddr arb_wait_address{0};
ResultCode arb_wait_result{RESULT_SUCCESS}; ///< Result returned when done waiting on AddressArbiter.
std::string name;