* m68k-dis.c: Fix prototype for fetch_arg().

This commit is contained in:
Stu Grossman 1993-04-01 01:05:39 +00:00
parent 5128f89208
commit cbe61cc651
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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*));