diff options
-rw-r--r-- | revdep/elf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/revdep/elf.cpp b/revdep/elf.cpp index 6335714..89eddcb 100644 --- a/revdep/elf.cpp +++ b/revdep/elf.cpp @@ -58,6 +58,8 @@ static bool isValidElf(Elf *elf, int &machine) { case EM_X86_64: break; #elif defined(__arm__) case EM_ARM: break; +#elif defined(__aarch64__) + case EM_AARCH64: break; #else #error "unsupported architecture" #endif |