diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-02-20 11:02:48 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-02-20 11:02:48 -0500 |
commit | 6c5afe6346b31edf6af245002c270a3c26618833 (patch) | |
tree | feae2798bdaab7838e506f4f10138a4669f21828 /src/arch | |
parent | c41c9cf3a68bbda47b2304daeb145555dd63e5d3 (diff) | |
download | gem5-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')
-rw-r--r-- | src/arch/mips/regfile.cc | 6 |
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"); |