summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-07-06 20:15:06 +0000
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-07-06 20:15:06 +0000
commitd3115c9016ed0fd89d6c951a2ed8bfe013af49a7 (patch)
tree4ab72bd153a36b9459a8c41247387a25bab2d88d /gcc/xcoffout.c
parent89e6665983bb273f6fd6a89e0b1aa50eedc522dc (diff)
downloadgcc-d3115c9016ed0fd89d6c951a2ed8bfe013af49a7.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1476 138bc75d-0d04-0410-961f-82ee72b054a4
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);
}