summaryrefslogtreecommitdiff
path: root/src/arch/mips/decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/decoder.cc')
-rw-r--r--src/arch/mips/decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/decoder.cc b/src/arch/mips/decoder.cc
index 45b1f7184..dd4ba2be1 100644
--- a/src/arch/mips/decoder.cc
+++ b/src/arch/mips/decoder.cc
@@ -33,6 +33,6 @@
namespace MipsISA
{
-DecodeCache Decoder::defaultCache;
+GenericISA::BasicDecodeCache Decoder::defaultCache;
}