Skip to content

Commit

Permalink
Merge pull request #85 from krzyw1x/fix_clang_build
Browse files Browse the repository at this point in the history
Fix clang compilation issue
  • Loading branch information
ifratric authored Nov 26, 2024
2 parents 7d2f643 + af74ef9 commit ed07784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/arm64_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<const std::string> condition_codes = {
static const std::vector<std::string> condition_codes = {
"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
"hi", "ls", "ge", "lt", "gt", "le", "al", "al"
};
Expand Down

0 comments on commit ed07784

Please sign in to comment.