12 lines
330 B
Text
12 lines
330 B
Text
Index: cstool/cstool_mips.c
|
|
--- cstool/cstool_mips.c.orig
|
|
+++ cstool/cstool_mips.c
|
|
@@ -17,7 +17,7 @@ void print_insn_detail_mips(csh handle, cs_insn *ins)
|
|
if (ins->detail == NULL)
|
|
return;
|
|
|
|
- mips = &(ins->detail->mips);
|
|
+ mips = &(ins->detail->mipsen);
|
|
if (mips->op_count)
|
|
printf("\top_count: %u\n", mips->op_count);
|
|
|