64c64
< std::memset(tlb, 0, sizeof(TlbEntry) * size);
---
> std::memset((void *)tlb, 0, sizeof(TlbEntry) * size);