Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
This commit is contained in:
parent
8f8fe62a19
commit
dc70a87af1
2 changed files with 13 additions and 37 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue