From 44d5351071d3f9ec80f2fab7876d757cfbd5bacf Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 25 Feb 2009 10:22:09 -0800 Subject: ISA: Get rid of FlattenIntIndex function. --- src/arch/sparc/regfile.hh | 2 -- src/arch/x86/regfile.hh | 2 -- 2 files changed, 4 deletions(-) (limited to 'src') diff --git a/src/arch/sparc/regfile.hh b/src/arch/sparc/regfile.hh index dd4e1f684..505d7c8d7 100644 --- a/src/arch/sparc/regfile.hh +++ b/src/arch/sparc/regfile.hh @@ -71,8 +71,6 @@ namespace SparcISA void clear(); - int FlattenIntIndex(int reg); - MiscReg readMiscRegNoEffect(int miscReg); MiscReg readMiscReg(int miscReg, ThreadContext *tc); diff --git a/src/arch/x86/regfile.hh b/src/arch/x86/regfile.hh index 75c0290d3..8938ab0bc 100644 --- a/src/arch/x86/regfile.hh +++ b/src/arch/x86/regfile.hh @@ -97,8 +97,6 @@ namespace X86ISA void clear(); - int FlattenIntIndex(int reg); - MiscReg readMiscRegNoEffect(int miscReg); MiscReg readMiscReg(int miscReg, ThreadContext *tc); -- cgit v1.2.3