Commit bdbc824c by Jim Wilson

(final_scan_insn): Pass new arg, block num, to sdbout_end_block.

From-SVN: r6965
parent 0dd532dc
......@@ -1398,7 +1398,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
#endif
#ifdef SDB_DEBUGGING_INFO
if (write_symbols == SDB_DEBUG && block_depth >= 0)
sdbout_end_block (file, last_linenum);
sdbout_end_block (file, last_linenum, pending_blocks[block_depth]);
#endif
#ifdef DWARF_DEBUGGING_INFO
if (write_symbols == DWARF_DEBUG && block_depth >= 1)
......
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