- Timestamp:
- Nov 2, 2021 9:48:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/SELMAll.cpp
r82968 r92184 76 76 77 77 /* 64 bits mode: CS, DS, ES and SS are treated as if each segment base is 0 78 (Intel ®64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */78 (Intel(r) 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */ 79 79 if ( pCtxCore->cs.Attr.n.u1Long 80 80 && CPUMIsGuestInLongMode(pVCpu)) … … 141 141 142 142 /* 64 bits mode: CS, DS, ES and SS are treated as if each segment base is 0 143 (Intel ®64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */143 (Intel(r) 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */ 144 144 RTGCPTR pvFlat; 145 145 bool fCheckLimit = true; … … 299 299 { 300 300 /* 64 bits mode: CS, DS, ES and SS are treated as if each segment base is 0 301 (Intel ®64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */301 (Intel(r) 64 and IA-32 Architectures Software Developer's Manual: 3.4.2.1). */ 302 302 if ( pSRegCS->Attr.n.u1Long 303 303 && CPUMIsGuestInLongMode(pVCpu))
Note:
See TracChangeset
for help on using the changeset viewer.