From 869a046e413d7cbfdda4e33eed8191004017a83f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Feb 2011 23:34:14 -0800 Subject: O3: Fix a style bug in O3. --- src/cpu/o3/fetch_impl.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh index 927af42c3..d0c83d586 100644 --- a/src/cpu/o3/fetch_impl.hh +++ b/src/cpu/o3/fetch_impl.hh @@ -1186,11 +1186,9 @@ DefaultFetch::fetch(bool &status_change) // Increment stat of fetched instructions. ++fetchedInsts; - if (staticInst->isMacroop()) - { + if (staticInst->isMacroop()) { curMacroop = staticInst; - } - else { + } else { pcOffset = 0; } } else { -- cgit v1.2.3