mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
[SuperH]: fix IMM format specifier in test (#2080)
This commit is contained in:
parent
cc9994ea17
commit
be5a26c754
@ -96,7 +96,7 @@ static void print_insn_detail(csh handle, cs_insn *insn)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SH_OP_IMM:
|
case SH_OP_IMM:
|
||||||
printf("\t\toperands[%u].type: IMMEDIATE = #%lu\n", i,
|
printf("\t\toperands[%u].type: IMMEDIATE = #%llu\n", i,
|
||||||
op->imm);
|
op->imm);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user