mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 22:31:31 +02:00
* monster line fixed
git-svn-id: trunk@8959 -
This commit is contained in:
parent
9c204814ad
commit
d35fae6c74
@ -868,7 +868,11 @@ begin
|
||||
end;
|
||||
|
||||
if (state.append_row) then begin
|
||||
DEBUG_WRITELN('Current state : address = ', hexstr(state.address, sizeof(state.address) * 2), ' file_id = ', state.file_id, ' line = ', state.line, ' column = ', state.column, ' is_stmt = ', state.is_stmt, ' basic_block = ', state.basic_block, ' end_sequence = ', state.end_sequence, ' prolouge_end = ', state.prolouge_end, ' epilouge_begin = ', state.epilouge_begin, ' isa = ', state.isa);
|
||||
DEBUG_WRITELN('Current state : address = ', hexstr(state.address, sizeof(state.address) * 2),
|
||||
' file_id = ', state.file_id, ' line = ', state.line, ' column = ', state.column,
|
||||
' is_stmt = ', state.is_stmt, ' basic_block = ', state.basic_block,
|
||||
' end_sequence = ', state.end_sequence, ' prolouge_end = ', state.prolouge_end,
|
||||
' epilouge_begin = ', state.epilouge_begin, ' isa = ', state.isa);
|
||||
|
||||
if (first_row) then begin
|
||||
if (state.address > addr) then
|
||||
|
Loading…
Reference in New Issue
Block a user