From 9ef51f2dbaba88c10366d708f0ca872bb39064e4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Nov 2006 05:49:16 -0500 Subject: Actually finished moving the register file stuff around. --HG-- extra : convert_revision : 786735ecea8ff480db6b3754ac5daa562938d988 --- src/arch/alpha/intregfile.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/alpha/intregfile.hh') diff --git a/src/arch/alpha/intregfile.hh b/src/arch/alpha/intregfile.hh index 78f666345..0d65f69e0 100644 --- a/src/arch/alpha/intregfile.hh +++ b/src/arch/alpha/intregfile.hh @@ -41,6 +41,11 @@ class Checkpoint; namespace AlphaISA { + static inline std::string getIntRegName(RegIndex) + { + return ""; + } + // redirected register map, really only used for the full system case. extern const int reg_redir[NumIntRegs]; -- cgit v1.2.3