34a35
> #include <cstring>
172c173
< memcpy(&iregs->regs, &regs, sizeof(IntRegFile));
---
> std::memcpy(&iregs->regs, &regs, sizeof(IntRegFile));