diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-02-25 10:22:09 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-02-25 10:22:09 -0800 |
commit | 44d5351071d3f9ec80f2fab7876d757cfbd5bacf (patch) | |
tree | b6bd78ad8e74a0442f15ada6a120332b0c8f4d3a | |
parent | c1c61d52a0d7e00361fb6fa69fd7c4ea2f528de8 (diff) | |
download | gem5-44d5351071d3f9ec80f2fab7876d757cfbd5bacf.tar.xz |
ISA: Get rid of FlattenIntIndex function.
-rw-r--r-- | src/arch/sparc/regfile.hh | 2 | ||||
-rw-r--r-- | src/arch/x86/regfile.hh | 2 |
2 files changed, 0 insertions, 4 deletions
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); |