diff --git a/arch/arm64/arm64_helpers.cpp b/arch/arm64/arm64_helpers.cpp index c886f30..5a8293c 100644 --- a/arch/arm64/arm64_helpers.cpp +++ b/arch/arm64/arm64_helpers.cpp @@ -166,7 +166,7 @@ uint32_t br(Register dst_reg) { } uint32_t b_cond(const std::string &cond, int32_t off) { - static const std::vector condition_codes = { + static const std::vector condition_codes = { "eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc", "hi", "ls", "ge", "lt", "gt", "le", "al", "al" };