exo2: address volca review commentary

This commit is contained in:
Michael Scire 2020-06-11 19:28:38 -07:00 committed by SciresM
parent da4107996a
commit 6780b096ca
5 changed files with 8 additions and 6 deletions

View file

@ -26,6 +26,7 @@ namespace ams::se {
u32 size;
};
static_assert(util::is_pod<LinkedListEntry>::value);
static_assert(sizeof(LinkedListEntry) == 0xC);
uintptr_t GetPhysicalAddress(const void *ptr) {
const uintptr_t virt_address = reinterpret_cast<uintptr_t>(ptr);