Commit ab8a672
committed
fix: instruction guest-page fault in pmp
The PMP module was checking mock physical addresses from the instruction
cache address transaltion requests in the case of instruction guest-page
faults. This is is incorrect as the instruction guest-page fault takes
precedence and the physical address is not meaningful if the translation
did not succeed.1 parent fccad66 commit ab8a672
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments