Skip to content

Commit

Permalink
Updated aarch64 comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson committed Sep 20, 2024
1 parent 8e96344 commit e216d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/arch/aarch64/InstructionMetadata.hh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ struct InstructionMetadata {
/** Whether this instruction is an alias. */
bool isAlias;

// Temp fix until Capstone updates as MAX_OPERANDS too small for SME2
/** The explicit operands. */
cs_aarch64_op operands[MAX_OPERANDS * 2]; // Temp fix until Capstone updates
cs_aarch64_op operands[MAX_OPERANDS * 2];

/** The number of explicit operands. */
uint8_t operandCount;

Expand Down

0 comments on commit e216d7d

Please sign in to comment.