convert to_get_tib_address
[deliverable/binutils-gdb.git] / gdb / target.h
index a82a2dd58fb803b05fee4e9ee5cc7af4444125a1..7bc6d32c7628729234814acddf412b0b9c391800 100644 (file)
@@ -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 *);
This page took 0.024081 seconds and 4 git commands to generate.