Sfoglia il codice sorgente

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

git-svn-id: trunk@39076 -
nickysn 7 anni fa
parent
commit
2a5fbd4598
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;