Update compatibility handling

This commit is contained in:
Uwe Seimet 2023-11-12 11:47:35 +01:00
parent c342c01da9
commit 1d29ec7f42

View File

@ -144,7 +144,7 @@ uint32_t SBC_Version::GetPeripheralAddress(void)
return address;
}
#elif defined __NetBSD__
#elif defined __NetBSD__ && (!defined(__x86_64__) || defined(__X86__))
uint32_t SBC_Version::GetPeripheralAddress(void)
{
char buf[1024];