O3: Fix a style bug in O3.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user