mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
ams: replace most remaining operator & with std::addressof
This commit is contained in:
parent
ce8aacef21
commit
1ab0bd1765
109 changed files with 587 additions and 586 deletions
|
@ -102,7 +102,7 @@ namespace ams::os {
|
|||
AMS_ASSERT(!holder_base->IsLinked());
|
||||
|
||||
impl.LinkMultiWaitHolder(*holder_base);
|
||||
holder_base->SetMultiWait(&impl);
|
||||
holder_base->SetMultiWait(std::addressof(impl));
|
||||
}
|
||||
|
||||
void UnlinkMultiWaitHolder(MultiWaitHolderType *holder) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue