diff options
Diffstat (limited to 'src/arch/mips/isa.cc')
-rw-r--r-- | src/arch/mips/isa.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/isa.cc b/src/arch/mips/isa.cc index 175374ca9..2b7756696 100644 --- a/src/arch/mips/isa.cc +++ b/src/arch/mips/isa.cc @@ -29,7 +29,7 @@ */ #include "arch/mips/isa.hh" -#include "arch/mips/regfile/misc_regfile.hh" +#include "arch/mips/misc_regfile.hh" #include "cpu/thread_context.hh" namespace MipsISA |