changeset 4afd05b9485e in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=4afd05b9485e
description:
        O3: Fix a style bug in O3.

diffstat:

 src/cpu/o3/fetch_impl.hh |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r c7f15c60898e -r 4afd05b9485e src/cpu/o3/fetch_impl.hh
--- a/src/cpu/o3/fetch_impl.hh  Wed Feb 02 19:57:12 2011 -0800
+++ b/src/cpu/o3/fetch_impl.hh  Wed Feb 02 23:34:14 2011 -0800
@@ -1186,11 +1186,9 @@
                     // Increment stat of fetched instructions.
                     ++fetchedInsts;
 
-                    if (staticInst->isMacroop())
-                    {
+                    if (staticInst->isMacroop()) {
                         curMacroop = staticInst;
-                    }
-                    else {
+                    } else {
                         pcOffset = 0;
                     }
                 } else {
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to