diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2017-07-21 10:09:06 +0100 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2017-07-25 17:56:46 -0300 |
commit | 72b6ce4b695acf13be90f47d24d5f49c0d2c58fc (patch) | |
tree | 9b096a22ffa137b4b252ef9ab99e4d6f535c960d /binutils | |
parent | 8f4ae1a6334fec17bdffa94e61b92630c6d9158c (diff) | |
download | gdb-72b6ce4b695acf13be90f47d24d5f49c0d2c58fc.zip gdb-72b6ce4b695acf13be90f47d24d5f49c0d2c58fc.tar.gz gdb-72b6ce4b695acf13be90f47d24d5f49c0d2c58fc.tar.bz2 |
LVU: as installed after Nick's adjustments
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/dwarf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 4e96b32..297f426 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -431,8 +431,8 @@ typedef struct State_Machine_Registers int basic_block; unsigned char op_index; unsigned char end_sequence; -/* This variable hold the number of the last entry seen - in the File Table. */ + /* This variable hold the number of the last entry seen + in the File Table. */ unsigned int last_file_entry; } SMR; @@ -3397,8 +3397,8 @@ display_debug_lines_raw (struct dwarf_section *section, = ((state_machine_regs.op_index + uladv) / linfo.li_max_ops_per_insn) * linfo.li_min_insn_length; - state_machine_regs.address - += addrdelta; + + state_machine_regs.address += addrdelta; state_machine_regs.op_index = (state_machine_regs.op_index + uladv) % linfo.li_max_ops_per_insn; |