mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:50:31 +02:00
+ debug print the arange address and segment sizes
git-svn-id: trunk@39058 -
This commit is contained in:
parent
1f76f52996
commit
dc8b78abe6
@ -1002,6 +1002,8 @@ begin
|
||||
end;
|
||||
|
||||
DEBUG_WRITELN('debug_info_offset: ',header64.debug_info_offset);
|
||||
DEBUG_WRITELN('address_size: ', header64.address_size);
|
||||
DEBUG_WRITELN('segment_size: ', header64.segment_size);
|
||||
arange_start:=ReadAddress;
|
||||
arange_size:=ReadAddress;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user