O3: When a prefetch causes a fault, don't record it in the inst
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user