VirtualBox

Changeset 1974 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 6, 2007 4:14:48 PM (18 years ago)
Author:
vboxsync
Message:

Got rid of annoying assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/CSAM.cpp

    r1864 r1974  
    22262226        return VINF_SUCCESS;    /* ignored */
    22272227
     2228    Assert(cGates <= 256);
     2229    if (!GCPtrIDT || cGates > 256)
     2230        return VERR_INVALID_PARAMETER;
     2231
    22282232    if (cGates != 1)
    22292233        pVM->csam.s.fGatesChecked = true;
    2230 
    2231     Assert(GCPtrIDT && cGates <= 256);
    2232     if (!GCPtrIDT || cGates > 256)
    2233         return VERR_INVALID_PARAMETER;
    22342234
    22352235    /* Determine valid upper boundary. */
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