mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +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;
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user