mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 21:25:46 +00:00
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
This commit is contained in:
parent
3aa03cca5a
commit
2a0ea82fec
3 changed files with 7 additions and 1 deletions
|
@ -232,7 +232,7 @@ public:
|
|||
Handle wait_handle; ///< The handle used to wait for the mutex.
|
||||
|
||||
// If waiting for an AddressArbiter, this is the address being waited on.
|
||||
VAddr arb_wait_address;
|
||||
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