(final_scan_insn): Pass new arg, block num, to sdbout_end_block.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 4 Apr 1994 21:38:54 +0000 (14:38 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 4 Apr 1994 21:38:54 +0000 (14:38 -0700)
From-SVN: r6965

gcc/final.c

index c79c2b65f38ea64e0a1c2a7801ea6d368933c2e9..c4f4d54d91f2588399b570d2a69158c2c099e34a 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)