92,93c92,93
< auto it = sc_gem5::reportIdToMsgMap.find(id);
< if (it == sc_gem5::reportIdToMsgMap.end())
---
> auto it = sc_gem5::reportIdToMsgMap().find(id);
> if (it == sc_gem5::reportIdToMsgMap().end())
102,103c102,103
< auto it = sc_gem5::reportIdToMsgMap.find(id);
< if (it == sc_gem5::reportIdToMsgMap.end())
---
> auto it = sc_gem5::reportIdToMsgMap().find(id);
> if (it == sc_gem5::reportIdToMsgMap().end())
106c106
< auto &msgInfo = sc_gem5::reportMsgInfoMap[it->second];
---
> auto &msgInfo = sc_gem5::reportMsgInfoMap()[it->second];
130c130
< auto p = sc_gem5::reportIdToMsgMap.insert(
---
> auto p = sc_gem5::reportIdToMsgMap().insert(
135c135
< sc_gem5::reportMsgInfoMap[msg].id = id;
---
> sc_gem5::reportMsgInfoMap()[msg].id = id;
142,143c142,143
< auto it = sc_gem5::reportIdToMsgMap.find(id);
< if (it == sc_gem5::reportIdToMsgMap.end())
---
> auto it = sc_gem5::reportIdToMsgMap().find(id);
> if (it == sc_gem5::reportIdToMsgMap().end())
147c147
< sc_gem5::reportMsgInfoMap[it->second].
---
> sc_gem5::reportMsgInfoMap()[it->second].
149c149
< sc_gem5::reportMsgInfoMap[it->second].
---
> sc_gem5::reportMsgInfoMap()[it->second].
152c152
< sc_gem5::reportMsgInfoMap[it->second].
---
> sc_gem5::reportMsgInfoMap()[it->second].
154c154
< sc_gem5::reportMsgInfoMap[it->second].
---
> sc_gem5::reportMsgInfoMap()[it->second].