Add target_ops argument to to_prepare_to_store
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index 04c4a40f4e0e57fb0b251af48acb109b1e4d0075..adf2643990f932e6515858d949c5a768c452026f 100644 (file)
@@ -90,7 +90,8 @@ static int mips_map_regno (struct gdbarch *, int);
 
 static void mips_set_register (int regno, ULONGEST value);
 
-static void mips_prepare_to_store (struct regcache *regcache);
+static void mips_prepare_to_store (struct target_ops *self,
+                                  struct regcache *regcache);
 
 static int mips_fetch_word (CORE_ADDR addr, unsigned int *valp);
 
@@ -2064,7 +2065,7 @@ mips_fetch_registers (struct target_ops *ops,
    registers, so this function doesn't have to do anything.  */
 
 static void
-mips_prepare_to_store (struct regcache *regcache)
+mips_prepare_to_store (struct target_ops *self, struct regcache *regcache)
 {
 }
 
This page took 0.02339 seconds and 4 git commands to generate.