87,88c87,88
< CpuPort(AtomicSimpleCPU *_cpu)
< : cpu(_cpu)
---
> CpuPort(const std::string &_name, AtomicSimpleCPU *_cpu)
> : Port(_name), cpu(_cpu)