* gencode.c (build_instruction) [MUL]: Cast operands to word64, to
[deliverable/binutils-gdb.git] / gdb / irix4-nat.c
index 8cd9b4c998dbf0761257c9c076116faf5ee8d6ae..5a6e111222969e8f1064223d0a8621bdd11a2bf5 100644 (file)
@@ -35,6 +35,9 @@ 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, CORE_ADDR));
+
 /*
  * See the comment in m68k-tdep.c regarding the utility of these functions.
  */
@@ -163,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.024838 seconds and 4 git commands to generate.