OSDN Git Service

(final_scan_insn): Pass new arg, block num, to sdbout_end_block.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Apr 1994 21:38:54 +0000 (21:38 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Apr 1994 21:38:54 +0000 (21:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6965 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/final.c

index c79c2b6..c4f4d54 100644 (file)
@@ -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)