convert to_prepare_to_store
[deliverable/binutils-gdb.git] / gdb / target.h
index c35b9e337fc09ad4fef893309eaecb4e6e1d335a..4b476aa4d8d95ac199f5dce86c416a908c0214c2 100644 (file)
@@ -418,7 +418,8 @@ struct target_ops
     void (*to_fetch_registers) (struct target_ops *, struct regcache *, int);
     void (*to_store_registers) (struct target_ops *, struct regcache *, int)
       TARGET_DEFAULT_NORETURN (noprocess ());
-    void (*to_prepare_to_store) (struct target_ops *, struct regcache *);
+    void (*to_prepare_to_store) (struct target_ops *, struct regcache *)
+      TARGET_DEFAULT_NORETURN (noprocess ());
 
     /* Transfer LEN bytes of memory between GDB address MYADDR and
        target address MEMADDR.  If WRITE, transfer them to the target, else
This page took 0.024548 seconds and 4 git commands to generate.