Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes in VM Entry Checks for Guest Segment Registers #51 Correction in Type range checks for DS, ES, FS, GS: The original code erroneously applied the check for types less than 11, excluding types equal to 11. This is not in accordance with Intel SDM, Vol. 3C, Chapter 27.3.1.2, which states that the check should include types equal to or less than 11. This fix corrects this by including types equal to or less than 11 in the check.
- Loading branch information