Browse Source

fix comments

gdb-4_18-branch
David MacKenzie 33 years ago
parent
commit
4b2febd355
  1. 3
      opcodes/a29k-dis.c

3
opcodes/a29k-dis.c

@ -121,8 +121,9 @@ typedef (*find_byte_func_type)
PARAMS ((char *, unsigned char *, unsigned char *,
unsigned char *, unsigned char *));
/* Print one instruction from MEMADDR on STREAM.
/* Print one instruction from MEMADDR on INFO->STREAM.
Return the size of the instruction (always 4 on a29k). */
static int
print_insn (memaddr, info)
bfd_vma memaddr;

Loading…
Cancel
Save