From d35fae6c7432753ab3f9d186c86c30d5ddf5353f Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 27 Oct 2007 20:21:41 +0000 Subject: [PATCH] * monster line fixed git-svn-id: trunk@8959 - --- rtl/inc/lnfodwrf.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rtl/inc/lnfodwrf.pp b/rtl/inc/lnfodwrf.pp index f10ecb6821..11fffb4b39 100644 --- a/rtl/inc/lnfodwrf.pp +++ b/rtl/inc/lnfodwrf.pp @@ -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