Add target_ops argument to to_prepare_to_store
[deliverable/binutils-gdb.git] / gdb / monitor.c
index 94b3a75dd5d00443e874042f49365171f4c11591..2156f7ce80ac011b7256847768e9bd65103966dd 100644 (file)
@@ -1427,7 +1427,7 @@ monitor_store_registers (struct target_ops *ops,
    debugged.  */
 
 static void
-monitor_prepare_to_store (struct regcache *regcache)
+monitor_prepare_to_store (struct target_ops *self, struct regcache *regcache)
 {
   /* Do nothing, since we can store individual regs.  */
 }
This page took 0.028048 seconds and 4 git commands to generate.