convert to_flash_done
[deliverable/binutils-gdb.git] / gdb / target.h
index 17e3ed26741e6fc59b0935a7cc4223064babf520..cb0bed2d722e4948e2bbc3cf69ab81efc93df701 100644 (file)
@@ -683,7 +683,8 @@ struct target_ops
        all flash memory should be available for writing and the result
        of reading from areas written by 'to_flash_write' should be
        equal to what was written.  */
-    void (*to_flash_done) (struct target_ops *);
+    void (*to_flash_done) (struct target_ops *)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Describe the architecture-specific features of this target.
        Returns the description found, or NULL if no description
This page took 0.024946 seconds and 4 git commands to generate.