Fix typo introduced with previous delta.
authorNick Clifton <nickc@redhat.com>
Tue, 24 Sep 2002 07:11:16 +0000 (07:11 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 24 Sep 2002 07:11:16 +0000 (07:11 +0000)
bfd/dwarf2.c

index 5aadaddf2b138569643dbf03c482f6bb762b0844..7c000b9890e54562186aaa1f11fda3d42f2cf9c1 100644 (file)
@@ -1133,12 +1133,11 @@ decode_line_info (unit, stash)
                  end_sequence = 1;
                  add_line_info (table, address, filename, line, column,
                                 end_sequence);
-                 arange_add (unit, low_pc, high_pc);
                  if (low_pc == 0 || address < low_pc)
                    low_pc = address;
                  if (address > high_pc)
                    high_pc = address;
-                 arange_add (unit, low_pc, address);
+                 arange_add (unit, low_pc, high_pc);
                  break;
                case DW_LNE_set_address:
                  address = read_address (unit, line_ptr);
This page took 0.032555 seconds and 4 git commands to generate.