Commit 56668fb0 by Richard Sandiford

Fix last commit.

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