summaryrefslogtreecommitdiff
path: root/src/arch/mips
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-02-20 11:02:48 -0500
committerKorey Sewell <ksewell@umich.edu>2009-02-20 11:02:48 -0500
commit6c5afe6346b31edf6af245002c270a3c26618833 (patch)
treefeae2798bdaab7838e506f4f10138a4669f21828 /src/arch/mips
parentc41c9cf3a68bbda47b2304daeb145555dd63e5d3 (diff)
downloadgem5-6c5afe6346b31edf6af245002c270a3c26618833.tar.xz
Remove unnecessary building of FreeList/RenameMap in InOrder. Clean-up comments and O3 extensions InOrder Thread Context
Diffstat (limited to 'src/arch/mips')
-rw-r--r--src/arch/mips/regfile.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/mips/regfile.cc b/src/arch/mips/regfile.cc
index e05bfe2df..663115bb6 100644
--- a/src/arch/mips/regfile.cc
+++ b/src/arch/mips/regfile.cc
@@ -200,12 +200,6 @@ MipsISA::copyRegs(ThreadContext *src, ThreadContext *dest)
}
void
-MipsISA::copyRegs(ThreadContext *src, ThreadContext *dest);
-{
- panic("Copy Regs Not Implemented Yet\n");
-}
-
-void
MipsISA::copyMiscRegs(ThreadContext *src, ThreadContext *dest)
{
panic("Copy Misc. Regs Not Implemented Yet\n");