summaryrefslogtreecommitdiff
path: root/cpu/o3/btb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/btb.cc')
-rw-r--r--cpu/o3/btb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/btb.cc b/cpu/o3/btb.cc
index c2bca34ae..7671e61e2 100644
--- a/cpu/o3/btb.cc
+++ b/cpu/o3/btb.cc
@@ -52,7 +52,7 @@ DefaultBTB::DefaultBTB(unsigned _numEntries,
tagMask = (1 << tagBits) - 1;
- tagShiftAmt = instShiftAmt + FloorLog2(numEntries);
+ tagShiftAmt = instShiftAmt + floorLog2(numEntries);
}
inline