Fix last commit.

From-SVN: r50749
This commit is contained in:
Richard Sandiford 2002-03-13 17:44:22 +00:00
parent 440d0518b3
commit 56668fb05b
1 changed files with 5 additions and 2 deletions

View File

@ -1564,8 +1564,11 @@ write_builtin_type (type)
/* Couldn't find this type. */
abort ();
}
type = t;
goto iagain;
else
{
type = t;
goto iagain;
}
}
}
break;