mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* m68k-dis.c: Fix prototype for fetch_arg().
This commit is contained in:
@@ -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*));
|
||||
|
||||
Reference in New Issue
Block a user