Commit 56668fb0 by Richard Sandiford

Fix last commit.

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