Skip to content

Commit

Permalink
[SuperH]: fix IMM format specifier in test (capstone-engine#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Jul 18, 2023
1 parent cc9994e commit be5a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void print_insn_detail(csh handle, cs_insn *insn)
break;

case SH_OP_IMM:
printf("\t\toperands[%u].type: IMMEDIATE = #%lu\n", i,
printf("\t\toperands[%u].type: IMMEDIATE = #%llu\n", i,
op->imm);
break;

Expand Down

0 comments on commit be5a26c

Please sign in to comment.