75a76
> #include "cpu/o3/isa_specific.hh"
154c155
< decoder[tid] = new TheISA::Decoder;
---
> decoder[tid] = new TheISA::Decoder(params->isa[tid]);