mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add AARCH as "supported"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user