diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 17e3ed2..cb0bed2 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -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 |