diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-16 00:30:24 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-16 00:30:24 +0000 |
commit | 060dc71d214a80f4efcb3133935f133c7898a982 (patch) | |
tree | 622ab8eee3539cb655c9216b748c595eb256879e /bfd/dwarf2.c | |
parent | 897dafdda2e457a9543ec50668d73154b574149b (diff) | |
download | gdb-060dc71d214a80f4efcb3133935f133c7898a982.zip gdb-060dc71d214a80f4efcb3133935f133c7898a982.tar.gz gdb-060dc71d214a80f4efcb3133935f133c7898a982.tar.bz2 |
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2003-04-09's change.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index c4a4423..7a9e5b0 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1951,7 +1951,7 @@ _bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset, else if (addr_size == 8) { length = read_8_bytes (abfd, stash->info_ptr); - stash->info_ptr = 8; + stash->info_ptr += 8; } else stash->info_ptr += 4; |