From: Gabe Black Date: Wed, 25 Feb 2009 18:22:09 +0000 (-0800) Subject: ISA: Get rid of FlattenIntIndex function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44d5351071d3f9ec80f2fab7876d757cfbd5bacf;p=gem5.git ISA: Get rid of FlattenIntIndex function. --- 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);