53c53
< if (!hexFile->loadSections(&functionalPort))
---
> if (!hexFile->loadSections(functionalPort))
73c73
< console->loadSections(&functionalPort, loadAddrMask);
---
> console->loadSections(functionalPort, loadAddrMask);
95c95
< virtPort.writeBlob(addr, (uint8_t*)params()->boot_osflags.c_str(),
---
> virtPort->writeBlob(addr, (uint8_t*)params()->boot_osflags.c_str(),
106c106
< virtPort.write(addr + 0x50, data);
---
> virtPort->write(addr + 0x50, data);
108c108
< virtPort.write(addr + 0x58, data);
---
> virtPort->write(addr + 0x58, data);