33a34
> #include "arch/generic/decode_cache.hh"
35,36c36
< #include "cpu/decode_cache.hh"
< #include "cpu/static_inst_fwd.hh"
---
> #include "cpu/static_inst.hh"
37a38,39
> class ThreadContext;
>
108c110
< static DecodeCache defaultCache;
---
> static GenericISA::BasicDecodeCache defaultCache;