ui-out.c: Remove unused enum
[deliverable/binutils-gdb.git] / gdb / i386-tdep.h
index 7880f6ca5942aea303b4546ea45651ad9e4c714a..10d2772141fe62608941755628ea5f59c1e390c2 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the i386.
 
-   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -193,7 +193,7 @@ struct gdbarch_tdep
   const struct target_desc *tdesc;
 
   /* Register group function.  */
-  const void *register_reggroup_p;
+  gdbarch_register_reggroup_p_ftype *register_reggroup_p;
 
   /* Offset of saved PC in jmp_buf.  */
   int jb_pc_offset;
This page took 0.025722 seconds and 4 git commands to generate.