diff options
author | Stu Grossman <grossman@cygnus> | 1993-04-01 01:05:39 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-04-01 01:05:39 +0000 |
commit | cbe61cc651ac93f530795ed167e587ace6350d41 (patch) | |
tree | 672197d296840127ce7789618407cad568ddd1b9 /opcodes/m68k-dis.c | |
parent | 5128f8920887f1a15d6065ef9db691d2810e6e2e (diff) | |
download | gdb-cbe61cc651ac93f530795ed167e587ace6350d41.zip gdb-cbe61cc651ac93f530795ed167e587ace6350d41.tar.gz gdb-cbe61cc651ac93f530795ed167e587ace6350d41.tar.bz2 |
* m68k-dis.c: Fix prototype for fetch_arg().
Diffstat (limited to 'opcodes/m68k-dis.c')
-rw-r--r-- | opcodes/m68k-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c index 743ddac..8c61dc6 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*)); |