diff options
Diffstat (limited to 'gdb/tui/tui-stack.c')
-rw-r--r-- | gdb/tui/tui-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-stack.c b/gdb/tui/tui-stack.c index 3667e40..07767bb 100644 --- a/gdb/tui/tui-stack.c +++ b/gdb/tui/tui-stack.c @@ -72,7 +72,7 @@ tui_make_status_line (struct tui_locator_element *loc) int pid_width; int line_width; - if (ptid_equal (inferior_ptid, null_ptid)) + if (inferior_ptid == null_ptid) pid_name = "No process"; else pid_name = target_pid_to_str (inferior_ptid); |