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 a82a2dd..7bc6d32 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -927,7 +927,8 @@ struct target_ops /* Return the address of the start of the Thread Information Block a Windows OS specific feature. */ int (*to_get_tib_address) (struct target_ops *, - ptid_t ptid, CORE_ADDR *addr); + ptid_t ptid, CORE_ADDR *addr) + TARGET_DEFAULT_NORETURN (tcomplain ()); /* Send the new settings of write permission variables. */ void (*to_set_permissions) (struct target_ops *); |