aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-01-06 20:37:47 +0000
committerDavid MacKenzie <djm@cygnus>1994-01-06 20:37:47 +0000
commit4b2febd355e97ff57838f842def9b358f1a766d0 (patch)
tree1a99b2d70e9d01a750efa9523f275beec2c882ac
parent2f84ec0d97f2aadc10b80cb60cb20ac4edc63380 (diff)
downloadfsf-binutils-gdb-4b2febd355e97ff57838f842def9b358f1a766d0.zip
fsf-binutils-gdb-4b2febd355e97ff57838f842def9b358f1a766d0.tar.gz
fsf-binutils-gdb-4b2febd355e97ff57838f842def9b358f1a766d0.tar.bz2
fix comments
-rw-r--r--opcodes/a29k-dis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c
index 4a4152f..574acab 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;