cpu: Fix retry bug in MinorCPU LSQ
This commit is contained in:
parent
92585d60c9
commit
da0c770943
1 changed files with 2 additions and 2 deletions
|
@ -1277,9 +1277,9 @@ LSQ::recvRetry()
|
|||
assert(false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
retryRequest = NULL;
|
||||
retryRequest = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
LSQ::LSQ(std::string name_, std::string dcache_port_name_,
|
||||
|
|
Loading…
Reference in a new issue