diff options
Diffstat (limited to 'gdb/mi/mi-main.c')
-rw-r--r-- | gdb/mi/mi-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 80b5cd9..6d8e510 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1997,7 +1997,7 @@ struct user_selected_context reports not-equal, we only do the equality test if we have something other than the innermost frame selected. */ if (current_frame_level != -1 - && !frame_id_eq (current_frame_id, m_previous_frame_id)) + && current_frame_id != m_previous_frame_id) return true; /* Nothing changed! */ |