O3: Fix a style bug in O3.

This commit is contained in:
Gabe Black 2011-02-02 23:34:14 -08:00
parent cb22bead7d
commit 869a046e41

View file

@ -1186,11 +1186,9 @@ DefaultFetch<Impl>::fetch(bool &status_change)
// Increment stat of fetched instructions.
++fetchedInsts;
if (staticInst->isMacroop())
{
if (staticInst->isMacroop()) {
curMacroop = staticInst;
}
else {
} else {
pcOffset = 0;
}
} else {