1054,1055c1054,1055
< TheISA::PCState nextPC = fromDecode->decodeInfo[tid].nextPC;
< DPRINTF(Fetch, "Squashing from decode with PC = %s\n", nextPC);
---
> DPRINTF(Fetch, "Squashing from decode with PC = %s\n",
> fromDecode->decodeInfo[tid].nextPC);