changeset 6a377b3689a6 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=6a377b3689a6
description:
ISA: Get rid of FlattenIntIndex function.
diffstat:
2 files changed, 4 deletions(-)
src/arch/sparc/regfile.hh | 2 --
src/arch/x86/regfile.hh | 2 --
diffs (24 lines):
diff -r 102863870b47 -r 6a377b3689a6 src/arch/sparc/regfile.hh
--- a/src/arch/sparc/regfile.hh Wed Feb 25 10:21:59 2009 -0800
+++ b/src/arch/sparc/regfile.hh Wed Feb 25 10:22:09 2009 -0800
@@ -71,8 +71,6 @@
void clear();
- int FlattenIntIndex(int reg);
-
MiscReg readMiscRegNoEffect(int miscReg);
MiscReg readMiscReg(int miscReg, ThreadContext *tc);
diff -r 102863870b47 -r 6a377b3689a6 src/arch/x86/regfile.hh
--- a/src/arch/x86/regfile.hh Wed Feb 25 10:21:59 2009 -0800
+++ b/src/arch/x86/regfile.hh Wed Feb 25 10:22:09 2009 -0800
@@ -97,8 +97,6 @@
void clear();
- int FlattenIntIndex(int reg);
-
MiscReg readMiscRegNoEffect(int miscReg);
MiscReg readMiscReg(int miscReg, ThreadContext *tc);
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev