From f34a8f0d6163fe82849d494bf78c0f5ec175861c Mon Sep 17 00:00:00 2001 From: Anthony Gutierrez Date: Mon, 30 Jun 2014 13:50:03 -0400 Subject: cpu: implement a bi-mode branch predictor --- src/cpu/o3/fetch_impl.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/o3') diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh index 93dc2e250..98c1b6998 100644 --- a/src/cpu/o3/fetch_impl.hh +++ b/src/cpu/o3/fetch_impl.hh @@ -1332,8 +1332,8 @@ DefaultFetch::fetch(bool &status_change) nextPC = thisPC; - // If we're branching after this instruction, quite fetching - // from the same block then. + // If we're branching after this instruction, quit fetching + // from the same block. predictedBranch |= thisPC.branching(); predictedBranch |= lookupAndUpdateNextPC(instruction, nextPC); -- cgit v1.2.3