gcc: fix unused variable warnings from GCC 4.6.1
--HG-- extra : rebase_source : f9e22de341493a25ac6106c16ac35c61c128a080
This commit is contained in:
@@ -1053,8 +1053,8 @@ DefaultFetch<Impl>::checkSignalsAndUpdate(ThreadID tid)
|
||||
|
||||
if (fetchStatus[tid] != Squashing) {
|
||||
|
||||
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);
|
||||
// Squash unless we're already squashing
|
||||
squashFromDecode(fromDecode->decodeInfo[tid].nextPC,
|
||||
fromDecode->decodeInfo[tid].squashInst,
|
||||
|
||||
Reference in New Issue
Block a user