mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:49:17 +02:00
* last commit fixed, the steps are: saving, testing, committing, not testing, saving, commtting ;)
git-svn-id: trunk@8961 -
This commit is contained in:
parent
a221785d0b
commit
0ae5dedbc2
@ -88,8 +88,10 @@ var
|
|||||||
//{$DEFINE DEBUG_DWARF_PARSER}
|
//{$DEFINE DEBUG_DWARF_PARSER}
|
||||||
{$ifdef DEBUG_DWARF_PARSER}
|
{$ifdef DEBUG_DWARF_PARSER}
|
||||||
{$define DEBUG_WRITELN := WriteLn}
|
{$define DEBUG_WRITELN := WriteLn}
|
||||||
|
{$define DEBUG_COMMENT := }
|
||||||
{$else}
|
{$else}
|
||||||
{$define DEBUG_WRITELN := //}
|
{$define DEBUG_WRITELN := //}
|
||||||
|
{$define DEBUG_COMMENT := //}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{---------------------------------------------------------------------------
|
{---------------------------------------------------------------------------
|
||||||
@ -869,10 +871,10 @@ begin
|
|||||||
|
|
||||||
if (state.append_row) then begin
|
if (state.append_row) then begin
|
||||||
DEBUG_WRITELN('Current state : address = ', hexstr(state.address, sizeof(state.address) * 2),
|
DEBUG_WRITELN('Current state : address = ', hexstr(state.address, sizeof(state.address) * 2),
|
||||||
' file_id = ', state.file_id, ' line = ', state.line, ' column = ', state.column,
|
DEBUG_COMMENT ' file_id = ', state.file_id, ' line = ', state.line, ' column = ', state.column,
|
||||||
' is_stmt = ', state.is_stmt, ' basic_block = ', state.basic_block,
|
DEBUG_COMMENT ' is_stmt = ', state.is_stmt, ' basic_block = ', state.basic_block,
|
||||||
' end_sequence = ', state.end_sequence, ' prolouge_end = ', state.prolouge_end,
|
DEBUG_COMMENT ' end_sequence = ', state.end_sequence, ' prolouge_end = ', state.prolouge_end,
|
||||||
' epilouge_begin = ', state.epilouge_begin, ' isa = ', state.isa);
|
DEBUG_COMMENT ' epilouge_begin = ', state.epilouge_begin, ' isa = ', state.isa);
|
||||||
|
|
||||||
if (first_row) then begin
|
if (first_row) then begin
|
||||||
if (state.address > addr) then
|
if (state.address > addr) then
|
||||||
|
Loading…
Reference in New Issue
Block a user