VirtualBox

Changeset 24976 in vbox for trunk/src


Ignore:
Timestamp:
Nov 26, 2009 12:22:33 AM (15 years ago)
Author:
vboxsync
Message:

HWSVMR0.cpp: Disabled the assertions as it turns out SS is also affected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r24959 r24976  
    14441444        pCtx->csHid.Attr.n.u1Granularity = 1;
    14451445    }
     1446#if 0
    14461447#define SVM_ASSERT_SEL_GRANULARITY(reg) \
    14471448        AssertMsg(!pCtx->reg##Hid.Attr.n.u1Present \
     
    14571458    SVM_ASSERT_SEL_GRANULARITY(gs);
    14581459#undef  SVM_ASSERT_SEL_GRANULARITY
    1459 
     1460#endif
    14601461    /* Remaining guest CPU context: TR, IDTR, GDTR, LDTR; must sync everything otherwise we can get out of sync when jumping to ring 3. */
    14611462    SVM_READ_SELREG(LDTR, ldtr);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette