mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
2014-02-25 Hui Zhu <hui@codesourcery.com>
* target.h (target_ops): Fix TARGET_DEFAULT_RETURN of to_traceframe_info.
This commit is contained in:
@@ -976,7 +976,7 @@ struct target_ops
|
||||
higher layers take care of caching, invalidating, and
|
||||
re-fetching when necessary. */
|
||||
struct traceframe_info *(*to_traceframe_info) (struct target_ops *)
|
||||
TARGET_DEFAULT_RETURN (tcomplain ());
|
||||
TARGET_DEFAULT_RETURN (NULL);
|
||||
|
||||
/* Ask the target to use or not to use agent according to USE. Return 1
|
||||
successful, 0 otherwise. */
|
||||
|
||||
Reference in New Issue
Block a user