Core: Address Feedback
This commit is contained in:
parent
1e6f8aba04
commit
2bc949628d
6 changed files with 50 additions and 24 deletions
|
@ -474,7 +474,7 @@ static ResultCode WaitSynchronization(Core::System& system, Handle* index, VAddr
|
|||
objects[i] = object;
|
||||
}
|
||||
auto& synchronization = kernel.Synchronization();
|
||||
auto [result, handle_result] = synchronization.WaitFor(objects, nano_seconds);
|
||||
const auto [result, handle_result] = synchronization.WaitFor(objects, nano_seconds);
|
||||
*index = handle_result;
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue