* m68hc11-dis.c: Add missing prototypes.
authorAndreas Jaeger <aj@suse.de>
Tue, 28 Aug 2001 16:27:55 +0000 (16:27 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 28 Aug 2001 16:27:55 +0000 (16:27 +0000)
(forgotten in last checkin)

opcodes/m68hc11-dis.c

index 97c90fb44ad294e06ec5004ff5b4b8adfedf223c..31fbf27eaae6c739ac027a519e26c2212ce7b65e 100644 (file)
@@ -1,5 +1,5 @@
 /* m68hc11-dis.c -- Motorola 68HC11 & 68HC12 disassembly
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
    Written by Stephane Carrez (stcarrez@worldnet.fr)
 
 This program is free software; you can redistribute it and/or modify
@@ -36,6 +36,14 @@ static const char *const reg_dst_table[] = {
 
 #define OP_PAGE_MASK (M6811_OP_PAGE2|M6811_OP_PAGE3|M6811_OP_PAGE4)
 
+/* Prototypes for local functions.  */
+static int read_memory
+  PARAMS ((bfd_vma, bfd_byte *, int, struct disassemble_info *));
+static int print_indexed_operand
+  PARAMS ((bfd_vma, struct disassemble_info *, int));
+static int print_insn
+  PARAMS ((bfd_vma, struct disassemble_info *, int));
+
 static int
 read_memory (memaddr, buffer, size, info)
      bfd_vma memaddr;
This page took 0.026944 seconds and 4 git commands to generate.