mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 09:30:38 +08:00
Fix last commit.
From-SVN: r50749
This commit is contained in:
parent
440d0518b3
commit
56668fb05b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user