summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-07-06 20:15:06 +0000
committerCharles Hannum <mycroft@gnu.org>1992-07-06 20:15:06 +0000
commitc166a31116c7a33593aa2c54b0763d70c7dd4391 (patch)
tree4ab72bd153a36b9459a8c41247387a25bab2d88d /gcc/xcoffout.c
parent373666321abc0c92b292160fbb328a991d205940 (diff)
downloadgcc-c166a31116c7a33593aa2c54b0763d70c7dd4391.tar.gz
entered into RCS
From-SVN: r1476
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r--gcc/xcoffout.c2
1 files changed, 1 insertions, 1 deletions
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);
}