Changeset 42418 in vbox for trunk/src/VBox/VMM/VMMR3/SELM.cpp
- Timestamp:
- Jul 26, 2012 4:24:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SELM.cpp
r42407 r42418 1297 1297 { 1298 1298 /* Get the shadow descriptor entry corresponding to this. */ 1299 static X86DESC const s_NotPresentDesc = { { 0 } };1299 static X86DESC const s_NotPresentDesc = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }; 1300 1300 PCX86DESC pDesc; 1301 1301 if (!(Sel & X86_SEL_LDT))
Note:
See TracChangeset
for help on using the changeset viewer.