Skip to content

Commit

Permalink
Fix compilation on gcc 12.2.0 (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin01 authored Oct 23, 2023
1 parent 4834d19 commit 6672fc7
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 6672fc7

Please sign in to comment.