O3: Fix a style bug in O3.
This commit is contained in:
parent
cb22bead7d
commit
869a046e41
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue