Add AARCH as "supported"

This commit is contained in:
Christoffer Lerno
2021-06-30 11:52:25 +02:00
parent 3c612abe26
commit fff08a47ac

View File

@@ -381,6 +381,7 @@ static bool arch_is_supported(ArchType arch)
switch (arch)
{
case ARCH_TYPE_X86_64:
case ARCH_TYPE_AARCH64:
return true;
default:
return false;