cpu: Fix retry bug in MinorCPU LSQ

This commit is contained in:
Andreas Hansson 2015-01-20 08:11:58 -05:00
parent 92585d60c9
commit da0c770943

View file

@ -1277,9 +1277,9 @@ LSQ::recvRetry()
assert(false);
break;
}
}
retryRequest = NULL;
retryRequest = NULL;
}
}
LSQ::LSQ(std::string name_, std::string dcache_port_name_,