62d61
< #include <string>
84c83
< ITB(const std::string &name) : GenericTLB(name)
---
> ITB(const Params *p) : GenericTLB(p)
91c90
< DTB(const std::string &name) : GenericTLB(name)
---
> DTB(const Params *p) : GenericTLB(p)