48c48
< typedef typename Impl::FullCPU FullCPU;
---
> typedef typename Impl::O3CPU O3CPU;
93c93
< void setCPU(FullCPU *cpu_ptr);
---
> void setCPU(O3CPU *cpu_ptr);
260c260
< FullCPU *cpu;
---
> O3CPU *cpu;