71c71
< typedef typename Impl::FullCPU FullCPU;
---
> typedef typename Impl::O3CPU O3CPU;
83c83
< friend class Impl::FullCPU;
---
> friend class Impl::O3CPU;
128c128
< void setCPU(FullCPU *_cpu) { cpu = _cpu; }
---
> void setCPU(O3CPU *_cpu) { cpu = _cpu; }
255c255
< FullCPU *cpu;
---
> O3CPU *cpu;