summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r--opcodes/i386-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 5d851a269dc..22efc4f50bc 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -9798,7 +9798,7 @@ print_insn (bfd_vma pc, disassemble_info *info, int intel_syntax)
/* Calculate the number of operands this instruction has. */
op_count = 0;
for (i = 0; i < MAX_OPERANDS; ++i)
- if (*ins->op_out[i] != '\0')
+ if (*ins.op_out[i] != '\0')
++op_count;
/* Calculate the number of spaces to print after the mnemonic. */