VirtualBox

Changeset 2131 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2007 12:56:53 PM (18 years ago)
Author:
vboxsync
Message:

Got rid of obsolete assertions.

File:
1 edited

Legend:

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

    r2124 r2131  
    321321    {
    322322        SVM_WRITE_SELREG(CS, cs);
    323         Assert(pVMCB->guest.CS.u16Sel || !pVMCB->guest.CS.u16Attr || !(pCtx->cr0 & X86_CR0_PE));
    324 
    325323        SVM_WRITE_SELREG(SS, ss);
    326         Assert(pVMCB->guest.SS.u16Sel || !pVMCB->guest.SS.u16Attr || !(pCtx->cr0 & X86_CR0_PE));
    327 
    328324        SVM_WRITE_SELREG(DS, ds);
    329         Assert(pVMCB->guest.DS.u16Sel || !pVMCB->guest.DS.u16Attr || !(pCtx->cr0 & X86_CR0_PE));
    330 
    331325        SVM_WRITE_SELREG(ES, es);
    332         Assert(pVMCB->guest.ES.u16Sel || !pVMCB->guest.ES.u16Attr || !(pCtx->cr0 & X86_CR0_PE));
    333 
    334326        SVM_WRITE_SELREG(FS, fs);
    335         Assert(pVMCB->guest.FS.u16Sel || !pVMCB->guest.FS.u16Attr || !(pCtx->cr0 & X86_CR0_PE));
    336 
    337327        SVM_WRITE_SELREG(GS, gs);
    338         Assert(pVMCB->guest.GS.u16Sel || !pVMCB->guest.GS.u16Attr || !(pCtx->cr0 & X86_CR0_PE));
    339328    }
    340329
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