Commit 56668fb0 by Richard Sandiford

Fix last commit.

From-SVN: r50749
parent 440d0518
......@@ -1564,8 +1564,11 @@ write_builtin_type (type)
/* Couldn't find this type. */
abort ();
}
type = t;
goto iagain;
else
{
type = t;
goto iagain;
}
}
}
break;
......
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