- Timestamp:
- Nov 26, 2009 12:22:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r24959 r24976 1444 1444 pCtx->csHid.Attr.n.u1Granularity = 1; 1445 1445 } 1446 #if 0 1446 1447 #define SVM_ASSERT_SEL_GRANULARITY(reg) \ 1447 1448 AssertMsg(!pCtx->reg##Hid.Attr.n.u1Present \ … … 1457 1458 SVM_ASSERT_SEL_GRANULARITY(gs); 1458 1459 #undef SVM_ASSERT_SEL_GRANULARITY 1459 1460 #endif 1460 1461 /* Remaining guest CPU context: TR, IDTR, GDTR, LDTR; must sync everything otherwise we can get out of sync when jumping to ring 3. */ 1461 1462 SVM_READ_SELREG(LDTR, ldtr);
Note:
See TracChangeset
for help on using the changeset viewer.