From d381fba7c0ccd69265d2b98a4e8d56412f5185fd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 14 Sep 2003 15:16:57 +0000 Subject: * i386-dis.c: Convert to ISO C90 prototypes. * i370-dis.c: Likewise. * i370-opc.c: Likewiwse. * i960-dis.c: Likewise. * ia64-opc.c: Likewise. --- opcodes/i370-dis.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'opcodes/i370-dis.c') diff --git a/opcodes/i370-dis.c b/opcodes/i370-dis.c index 51c0ff1dd3..0f04f27f6b 100644 --- a/opcodes/i370-dis.c +++ b/opcodes/i370-dis.c @@ -1,6 +1,5 @@ - /* i370-dis.c -- Disassemble Instruction 370 (ESA/390) instructions - Copyright 1994, 2000 Free Software Foundation, Inc. + Copyright 1994, 2000, 2003 Free Software Foundation, Inc. PowerPC version written by Ian Lance Taylor, Cygnus Support Rewritten for i370 ESA/390 support by Linas Vepstas @@ -30,9 +29,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * */ int -print_insn_i370 (memaddr, info) - bfd_vma memaddr; - struct disassemble_info *info; +print_insn_i370 (bfd_vma memaddr, struct disassemble_info *info) { bfd_byte buffer[8]; int status; -- cgit v1.2.1