diff options
Diffstat (limited to 'gdb/tui/tui-hooks.c')
-rw-r--r-- | gdb/tui/tui-hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-hooks.c b/gdb/tui/tui-hooks.c index 52519ae..9eb10a6 100644 --- a/gdb/tui/tui-hooks.c +++ b/gdb/tui/tui-hooks.c @@ -190,7 +190,7 @@ tui_before_prompt (const char *current_gdb_prompt) /* Observer for the normal_stop notification. */ static void -tui_normal_stop (struct bpstats *bs, int print_frame) +tui_normal_stop (struct bpstat *bs, int print_frame) { from_stack = true; } |