Fix patch merge error.

From-SVN: r40525
This commit is contained in:
Richard Henderson 2001-03-15 17:25:35 -08:00
parent 8e7fa2c825
commit b923ac06c3
1 changed files with 2 additions and 2 deletions

View File

@ -6451,7 +6451,7 @@ output_line_info ()
current_file = line_info->dw_file_num;
dw2_asm_output_data (1, DW_LNS_set_file, "DW_LNS_set_file");
dw2_asm_output_data_uleb128 (current_file, "(\"%s\")",
file_table.table[current_file]);
line_file_table.table[current_file]);
}
/* Emit debug info for the current line number, choosing the encoding
@ -6562,7 +6562,7 @@ output_line_info ()
current_file = line_info->dw_file_num;
dw2_asm_output_data (1, DW_LNS_set_file, "DW_LNS_set_file");
dw2_asm_output_data_uleb128 (current_file, "(\"%s\")",
file_table.table[current_file]);
line_file_table.table[current_file]);
}
/* Emit debug info for the current line number, choosing the encoding