Commit b923ac06 by Richard Henderson

Fix patch merge error.

From-SVN: r40525
parent 8e7fa2c8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment