mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 21:02:56 +00:00
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user