-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix: canonical check on virtual address for data accesses (#2667)
As mentioned in the spec, we need to perform a canonical check on the virtual address for instruction fetch, load, and store. If the check fails, it will cause the page-fault exception. This PR fixes the above two: - Changes INSTR_ACCESS_FAULT to INSTR_PAGE_FAULT - Adding virtual address check on data accesses as well
- Loading branch information
1 parent
fd213fc
commit f4355fa
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters