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/ozone/front_end.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/ozone/front_end.hh') diff --git a/src/cpu/ozone/front_end.hh b/src/cpu/ozone/front_end.hh index 3809db00d..892e279c0 100644 --- a/src/cpu/ozone/front_end.hh +++ b/src/cpu/ozone/front_end.hh @@ -167,7 +167,6 @@ class FrontEnd // We fold in the PISA 64- to 32-bit conversion here as well. Addr icacheBlockAlignPC(Addr addr) { - addr = TheISA::realPCToFetchPC(addr); return (addr & ~(cacheBlkMask)); } -- cgit v1.2.3