mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
Oops, forgot the parens.
This commit is contained in:
parent
c8205c908e
commit
80ac01168f
@ -3190,9 +3190,11 @@ psymtab_to_symtab_1 (pst, filename)
|
||||
;
|
||||
}
|
||||
else
|
||||
/* Handle encoded stab line number. */
|
||||
valu += ANOFFSET (pst->section_offsets, SECT_OFF_TEXT);
|
||||
record_line (current_subfile, sh.index, valu);
|
||||
{
|
||||
/* Handle encoded stab line number. */
|
||||
valu += ANOFFSET (pst->section_offsets, SECT_OFF_TEXT);
|
||||
record_line (current_subfile, sh.index, valu);
|
||||
}
|
||||
}
|
||||
else if (sh.st == stProc || sh.st == stStaticProc
|
||||
|| sh.st == stStatic || sh.st == stEnd)
|
||||
|
Loading…
Reference in New Issue
Block a user