Changeset 73608 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 10, 2018 7:49:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r73606 r73608 8106 8106 if (RT_LIKELY(X86_IS_CANONICAL(GCPtrMem) && X86_IS_CANONICAL(GCPtrMem + cbMem - 1))) 8107 8107 return VINF_SUCCESS; 8108 /** @todo We should probably raise #SS(0) here if segment is SS; see AMD spec.8108 /** @todo We should probably raise \#SS(0) here if segment is SS; see AMD spec. 8109 8109 * 4.12.2 "Data Limit Checks in 64-bit Mode". */ 8110 8110 return iemRaiseGeneralProtectionFault0(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.