1225,1226c1225
< if (inst->isMemRef() &&
< (!inst->isDataPrefetch() && !inst->isInstPrefetch())) {
---
> if (inst->isMemRef()) {
1234a1234,1236
> if (inst->isDataPrefetch() || inst->isInstPrefetch()) {
> fault = NoFault;
> }