O3: When a prefetch causes a fault, don't record it in the inst
This commit is contained in:
parent
7ee2de31c4
commit
f9d4d9df1b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue