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 | a8aaa79de107bf174e974ebc38346056ff80faf2 (patch) | |
tree | 8f599d44ff11c373f744bc80cae0280235754cf5 /bfd/dwarf2.c | |
parent | 53d169968327ce149f5f49f6f494b84ab52f51f9 (diff) | |
download | gdb-a8aaa79de107bf174e974ebc38346056ff80faf2.tar.gz |
* 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 c4a44234c83..7a9e5b00e31 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; |