diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index d4bd007..6f4b660 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1414,7 +1414,7 @@ int target_verify_memory (const gdb_byte *data, extern void add_target (struct target_ops *); -extern int push_target (struct target_ops *); +extern void push_target (struct target_ops *); extern int unpush_target (struct target_ops *); |