From c166a31116c7a33593aa2c54b0763d70c7dd4391 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Mon, 6 Jul 1992 20:15:06 +0000 Subject: entered into RCS From-SVN: r1476 --- gcc/xcoffout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/xcoffout.c') diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 1b3c4e3ae48..a7875ebece4 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -359,7 +359,7 @@ xcoffout_block (block, depth, args) next_block_number++; /* Output the subblocks. */ - xcoffout_block (BLOCK_SUBBLOCKS (block), depth + 1, 0); + xcoffout_block (BLOCK_SUBBLOCKS (block), depth + 1, NULL_TREE); } block = BLOCK_CHAIN (block); } -- cgit v1.2.1