Explorar el Código

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

git-svn-id: trunk@39076 -
nickysn hace 7 años
padre
commit
2a5fbd4598
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;