From 943c1714803bb87d3b05b2516701dfb792996805 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 23 Aug 2010 16:14:20 -0700 Subject: ISA: Get rid of old, unused utility functions cluttering up the ISAs. --- src/cpu/o3/fetch.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/o3/fetch.hh') diff --git a/src/cpu/o3/fetch.hh b/src/cpu/o3/fetch.hh index 425c34428..d881c291f 100644 --- a/src/cpu/o3/fetch.hh +++ b/src/cpu/o3/fetch.hh @@ -290,7 +290,6 @@ class DefaultFetch /** Align a PC to the start of an I-cache block. */ Addr icacheBlockAlignPC(Addr addr) { - addr = TheISA::realPCToFetchPC(addr); return (addr & ~(cacheBlkMask)); } -- cgit v1.2.3