ams: replace most remaining operator & with std::addressof

This commit is contained in:
Michael Scire
2021-10-09 14:49:53 -07:00
parent ce8aacef21
commit 1ab0bd1765
109 changed files with 587 additions and 586 deletions

View File

@@ -190,7 +190,7 @@ namespace ams::ro {
}
const ModuleId *GetModuleId() const {
return &this->module_id;
return std::addressof(this->module_id);
}
};
static_assert(sizeof(NroHeader) == 0x80, "NroHeader definition!");