Skip to content

Commit

Permalink
Small compat header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
satk0 committed Nov 29, 2024
1 parent e46838e commit dc90931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/capstone/arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -4593,8 +4593,9 @@ typedef enum {
#define ARM64_CC_GT AArch64CC_GT
#define ARM64_CC_LE AArch64CC_LE
#define ARM64_CC_AL AArch64CC_AL
#define ARM64_CC_NV AArch64CC_NV
#define ARM64_CC_INVALID AArch64CC_Invalid
#define ARM64_VAS_INVALID AARCH64LAYOUT_VL_INVALID
#define ARM64_VAS_INVALID AARCH64LAYOUT_INVALID
#define ARM64_VAS_16B AARCH64LAYOUT_VL_16B
#define ARM64_VAS_8B AARCH64LAYOUT_VL_8B
#define ARM64_VAS_4B AARCH64LAYOUT_VL_4B
Expand Down

0 comments on commit dc90931

Please sign in to comment.