diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 3bcd6cb..ce8d417 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -180,7 +180,7 @@ target_has_memory () } int -target_has_stack_1 (void) +target_has_stack () { for (target_ops *t = current_top_target (); t != NULL; t = t->beneath ()) if (t->has_stack ()) |