232,233c232,234
< DecodeCache::InstMap *instMap;
< typedef std::unordered_map<CacheKey, DecodeCache::InstMap *> InstCacheMap;
---
> DecodeCache::InstMap<ExtMachInst> *instMap;
> typedef std::unordered_map<
> CacheKey, DecodeCache::InstMap<ExtMachInst> *> InstCacheMap;
280c281
< instMap = new DecodeCache::InstMap;
---
> instMap = new DecodeCache::InstMap<ExtMachInst>;