diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-07-06 20:15:06 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-07-06 20:15:06 +0000 |
commit | c166a31116c7a33593aa2c54b0763d70c7dd4391 (patch) | |
tree | 4ab72bd153a36b9459a8c41247387a25bab2d88d /gcc/xcoffout.c | |
parent | 373666321abc0c92b292160fbb328a991d205940 (diff) | |
download | gcc-c166a31116c7a33593aa2c54b0763d70c7dd4391.tar.gz |
entered into RCS
From-SVN: r1476
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
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); } |