* 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

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