Skip to content

Commit ed07784

Browse files
authored
Merge pull request #85 from krzyw1x/fix_clang_build
Fix clang compilation issue
2 parents 7d2f643 + af74ef9 commit ed07784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/arm64_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ uint32_t br(Register dst_reg) {
166166
}
167167

168168
uint32_t b_cond(const std::string &cond, int32_t off) {
169-
static const std::vector<const std::string> condition_codes = {
169+
static const std::vector<std::string> condition_codes = {
170170
"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
171171
"hi", "ls", "ge", "lt", "gt", "le", "al", "al"
172172
};

0 commit comments

Comments
 (0)