mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
gdb: fix nits in previous patches
I forgot to fix some nits pointed out in review before merging the "frame inlined in outer frame series", this patch fixes them. gdb/ChangeLog: * frame-unwind.h (frame_prev_register_ftype): Fix adjective ordering in comment. * frame.c (frame_id_eq): Fix indentation. gdb/testsuite/ChangeLog: * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #. Change-Id: Iaddde9677fc3f68382558d1a16f5a0b4beb78bac
This commit is contained in:
@ -774,7 +774,7 @@ frame_id_eq (frame_id l, frame_id r)
|
||||
bool eq;
|
||||
|
||||
if (l.stack_status == FID_STACK_INVALID
|
||||
|| r.stack_status == FID_STACK_INVALID)
|
||||
|| r.stack_status == FID_STACK_INVALID)
|
||||
/* Like a NaN, if either ID is invalid, the result is false.
|
||||
Note that a frame ID is invalid iff it is the null frame ID. */
|
||||
eq = false;
|
||||
|
Reference in New Issue
Block a user