Skip to content

Commit

Permalink
Fix compilation on gcc 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin01 committed Oct 19, 2023
1 parent 5fb8a42 commit 0f9a244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/capstone/arm.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ inline static const char *ARMVPTPredToString(ARMVCC_VPTCodes CC)
return "e";
}
assert(0 && "Unknown VPT code");
return "";
}

inline static unsigned ARMVectorCondCodeFromString(const char CC)
Expand Down

0 comments on commit 0f9a244

Please sign in to comment.