sim: Move the BaseTLB to src/arch/generic/
[gem5.git] / src / arch / mips / decoder.cc
index 45b1f71846f48dab8736d2a42841f592ef1174de..dd4ba2be1f27f415d25b0f2c756c624e5d88e234 100644 (file)
@@ -33,6 +33,6 @@
 namespace MipsISA
 {
 
-DecodeCache Decoder::defaultCache;
+GenericISA::BasicDecodeCache Decoder::defaultCache;
 
 }