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/arch/power/utility.hh | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'src/arch/power') diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh index 6263635e9..aff6fda78 100644 --- a/src/arch/power/utility.hh +++ b/src/arch/power/utility.hh @@ -61,33 +61,6 @@ namespace PowerISA { template void zeroRegisters(TC *tc); -// Instruction address compression hooks -static inline Addr -realPCToFetchPC(const Addr &addr) -{ - return addr; -} - -static inline Addr -fetchPCToRealPC(const Addr &addr) -{ - return addr; -} - -// the size of "fetched" instructions -static inline size_t -fetchInstSize() -{ - return sizeof(MachInst); -} - -static inline MachInst -makeRegisterCopy(int dest, int src) -{ - panic("makeRegisterCopy not implemented"); - return 0; -} - inline void startupCPU(ThreadContext *tc, int cpuId) { -- cgit v1.2.3