__opcode -> opcode_t

This commit is contained in:
e.gavrin
2014-08-23 02:01:56 +04:00
parent a99907670b
commit 4ffbdd2c3f
10 changed files with 65 additions and 64 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ pp_opcode (opcode_counter_t oc, opcode_t opcode, bool is_rewrite)
uint8_t i = 1;
uint8_t opcode_num = opcode.op_idx;
__printf ("%03d: %20s ", oc, opcode_names[opcode_num]);
__printf ("%3d: %20s ", oc, opcode_names[opcode_num]);
if (opcode_num != NAME_TO_ID (nop) && opcode_num != NAME_TO_ID (ret)
&& opcode_num != NAME_TO_ID (end_with))
{