diff options
Diffstat (limited to 'src/arch/x86/regfile.hh')
-rw-r--r-- | src/arch/x86/regfile.hh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/arch/x86/regfile.hh b/src/arch/x86/regfile.hh index 6c0dc757e..fd9d6d546 100644 --- a/src/arch/x86/regfile.hh +++ b/src/arch/x86/regfile.hh @@ -84,19 +84,6 @@ namespace X86ISA NumMMXRegs + 2 * NumXMMRegs + NumMicroFpRegs; const int NumFloatArchRegs = NumFloatRegs + 8; - class RegFile - { - public: - void clear() - {} - - void serialize(EventManager *em, std::ostream &os) - {} - void unserialize(EventManager *em, Checkpoint *cp, - const std::string §ion) - {} - }; - void copyRegs(ThreadContext *src, ThreadContext *dest); void copyMiscRegs(ThreadContext *src, ThreadContext *dest); |