Browse Source

* continue reading the segment when walking the dwarf arange tuples on i8086

git-svn-id: trunk@39076 -
nickysn 7 years ago
parent
commit
2a5fbd4598
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/inc/lnfodwrf.pp

+ 3 - 0
rtl/inc/lnfodwrf.pp

@@ -1051,6 +1051,9 @@ begin
         end;
 
       arange_start:=ReadAddress(header64.address_size);
+{$ifdef CPUI8086}
+      arange_segment:=ReadSegment();
+{$endif CPUI8086}
       arange_size:=ReadAddress(header64.address_size);
     end;
 end;