For d10v, do not sign-extend pointers.
[deliverable/binutils-gdb.git] / gdb / irix4-nat.c
index a0176e916a4504ec0718f4c3b6b98c5484b630aa..5a6e111222969e8f1064223d0a8621bdd11a2bf5 100644 (file)
@@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 typedef unsigned int greg_t;   /* why isn't this defined? */
 
 static void
-fetch_core_registers PARAMS ((char *, unsigned int, int, unsigned int));
+fetch_core_registers PARAMS ((char *, unsigned int, int, CORE_ADDR));
 
 /*
  * See the comment in m68k-tdep.c regarding the utility of these functions.
@@ -166,7 +166,7 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
      char *core_reg_sect;
      unsigned core_reg_size;
      int which;                        /* Unused */
-     unsigned int reg_addr;    /* Unused */
+     CORE_ADDR reg_addr;       /* Unused */
 {
   if (core_reg_size != REGISTER_BYTES)
     {
This page took 0.024685 seconds and 4 git commands to generate.