Skip to content

Commit

Permalink
Add default statement to HPPA cstool
Browse files Browse the repository at this point in the history
  • Loading branch information
R33v0LT committed Apr 9, 2024
1 parent 8fbae97 commit df0466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstool/cstool_hppa.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void print_insn_detail_hppa(csh handle, cs_insn *ins)
cs_hppa_op *op = &(hppa->operands[i]);
uint64_t target_addr;
switch (op->type) {
case HPPA_OP_INVALID:
default:
break;
case HPPA_OP_REG:
printf("\t\toperands[%u].type: REG = %s\n", i,
Expand Down

0 comments on commit df0466c

Please sign in to comment.