* m68k-dis.c: Fix prototype for fetch_arg().
authorStu Grossman <grossman@cygnus>
Thu, 1 Apr 1993 01:05:39 +0000 (01:05 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 1 Apr 1993 01:05:39 +0000 (01:05 +0000)
opcodes/ChangeLog
opcodes/m68k-dis.c

index 31c03ad7ea82bf3823f6abbc3b53f63b28d211f7..41dc46f2df2c779a343fa2e086426e874a3add57 100644 (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.
index 743ddac650b8d57043b2c1cacdc128651fb110a2..8c61dc6aeb6f53712b1775cce6d6986197403b15 100644 (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*));
This page took 0.033058 seconds and 4 git commands to generate.