From: David MacKenzie Date: Thu, 6 Jan 1994 20:37:47 +0000 (+0000) Subject: fix comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b2febd355e97ff57838f842def9b358f1a766d0;p=binutils-gdb.git fix comments --- diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c index 4a4152f315c..574acabf98a 100644 --- a/opcodes/a29k-dis.c +++ b/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;