mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Preparation for AArch64 support
This commit is contained in:
@@ -48,7 +48,7 @@ static const char* archToString(uint32_t arch) noexcept {
|
||||
case Environment::kArchARM : return "ARM";
|
||||
case Environment::kArchThumb : return "Thumb";
|
||||
case Environment::kArchAArch64 : return "AArch64";
|
||||
case Environment::kArchMIPS_LE : return "MIPS";
|
||||
case Environment::kArchMIPS32_LE: return "MIPS32";
|
||||
case Environment::kArchMIPS64_LE: return "MIPS64";
|
||||
default: return "Unknown";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user