Commit c325abbd by Tom Wood

*** empty log message ***

From-SVN: r553
parent 9a78963a
...@@ -847,7 +847,7 @@ sdbout_dequeue_anonymous_types () ...@@ -847,7 +847,7 @@ sdbout_dequeue_anonymous_types ()
{ {
register tree type = TREE_VALUE (link); register tree type = TREE_VALUE (link);
if (! TREE_ASM_WRITTEN (type)) if (type && ! TREE_ASM_WRITTEN (type))
sdbout_one_type (type); sdbout_one_type (type);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment