O3: When a prefetch causes a fault, don't record it in the inst

This commit is contained in:
Ali Saidi
2011-02-23 15:10:50 -06:00
parent 7ee2de31c4
commit f9d4d9df1b

View File

@@ -1253,7 +1253,7 @@ DefaultIEW<Impl>::executeInsts()
}
if (inst->isDataPrefetch() || inst->isInstPrefetch()) {
fault = NoFault;
inst->fault = NoFault;
}
} else if (inst->isStore()) {
fault = ldstQueue.executeStore(inst);