arch: Templatize the BasicDecodeCache.
[gem5.git] / src / arch / power / decoder.hh
index c76ffd9a0f0f13a061fb396ae38dfe54968f42d9..d89c9b1d3926f8bc01c55a2a9b8a94fa4e3e5f31 100644 (file)
@@ -94,7 +94,7 @@ class Decoder : public InstDecoder
 
   protected:
     /// A cache of decoded instruction objects.
-    static GenericISA::BasicDecodeCache defaultCache;
+    static GenericISA::BasicDecodeCache<Decoder, ExtMachInst> defaultCache;
 
   public:
     StaticInstPtr decodeInst(ExtMachInst mach_inst);