From: Stu Grossman Date: Thu, 1 Apr 1993 01:05:39 +0000 (+0000) Subject: * m68k-dis.c: Fix prototype for fetch_arg(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbe61cc651ac93f530795ed167e587ace6350d41;p=binutils-gdb.git * m68k-dis.c: Fix prototype for fetch_arg(). --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 31c03ad7ea8..41dc46f2df2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com) + + * m68k-dis.c: Fix prototype for fetch_arg(). + Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * dis-buf.c: New file, for new read_memory_func interface. diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c index 743ddac650b..8c61dc6aeb6 100644 --- a/opcodes/m68k-dis.c +++ b/opcodes/m68k-dis.c @@ -38,7 +38,7 @@ extern CONST struct ext_format ext_format_68881; /* Local function prototypes */ static int -fetch_arg PARAMS ((unsigned char *, int, int)); +fetch_arg PARAMS ((unsigned char *, int, int, disassemble_info *)); static void print_base PARAMS ((int, int, disassemble_info*));