* inferior.h (read_sp): Remove prototype.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 4e8b82eb42ff1414114ecffd70fab58ad3dd0d8c..80ceb9075ad5fb42e0d08370e0aa8e69806f4104 100644 (file)
@@ -2207,11 +2207,8 @@ gnu_terminal_init_inferior (void)
    that registers contains all the registers from the program being
    debugged.  */
 static void
-gnu_prepare_to_store (void)
+gnu_prepare_to_store (struct regcache *regcache)
 {
-#ifdef CHILD_PREPARE_TO_STORE
-  CHILD_PREPARE_TO_STORE ();
-#endif
 }
 
 static void
This page took 0.02413 seconds and 4 git commands to generate.