[SDK] Add ARM64 entry to ioacccess.h

This commit is contained in:
Justin Miller 2023-09-27 08:12:42 -07:00
parent e3f50091d7
commit 79dc2bcb5b

View file

@ -43,7 +43,7 @@ extern "C" {
#define MEMORY_BARRIER()
#elif defined(_PPC_) || defined(_MIPS_) || defined(_ARM_)
#elif defined(_PPC_) || defined(_MIPS_) || defined(_ARM_) || defined(_ARM64_)
#define READ_REGISTER_UCHAR(r) (*(volatile UCHAR * const)(r))
#define READ_REGISTER_USHORT(r) (*(volatile USHORT * const)(r))