From 800e6ecc07d01c49808cc4f9597d94cc8cfd9fae Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 11 Aug 2006 19:43:10 -0400 Subject: Pushed most of constants.hh back into isa_traits.hh and regfile.hh and created a seperate file for the syscallreturn class. --HG-- extra : convert_revision : 9507ea1c09fda959f00aec9ec8ffb887ec8dd0f9 --- src/cpu/o3/mips/thread_context.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cpu/o3/mips') diff --git a/src/cpu/o3/mips/thread_context.hh b/src/cpu/o3/mips/thread_context.hh index 5b03426f1..26b1e2e7f 100644 --- a/src/cpu/o3/mips/thread_context.hh +++ b/src/cpu/o3/mips/thread_context.hh @@ -29,6 +29,7 @@ * Korey Sewell */ +#include "arch/mips/types.hh" #include "cpu/o3/thread_context.hh" template @@ -45,8 +46,8 @@ class MipsTC : public O3ThreadContext this->cpu->setNextNPC(val, this->thread->readTid()); } - virtual void changeRegFileContext(TheISA::RegFile::ContextParam param, - TheISA::RegFile::ContextVal val) + virtual void changeRegFileContext(TheISA::RegContextParam param, + TheISA::RegContextVal val) { panic("Not supported on Mips!"); } /** This function exits the thread context in the CPU and returns -- cgit v1.2.3