mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* m68k-dis.c: Fix prototype for fetch_arg().
This commit is contained in:
@ -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)
|
Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* dis-buf.c: New file, for new read_memory_func interface.
|
* dis-buf.c: New file, for new read_memory_func interface.
|
||||||
|
@ -38,7 +38,7 @@ extern CONST struct ext_format ext_format_68881;
|
|||||||
/* Local function prototypes */
|
/* Local function prototypes */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
fetch_arg PARAMS ((unsigned char *, int, int));
|
fetch_arg PARAMS ((unsigned char *, int, int, disassemble_info *));
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_base PARAMS ((int, int, disassemble_info*));
|
print_base PARAMS ((int, int, disassemble_info*));
|
||||||
|
Reference in New Issue
Block a user