fix comments

This commit is contained in:
David MacKenzie 1994-01-06 20:37:47 +00:00
parent 2f84ec0d97
commit 4b2febd355
1 changed files with 2 additions and 1 deletions

View File

@ -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;