VirtualBox

Changeset 16476 in vbox


Ignore:
Timestamp:
Feb 2, 2009 9:07:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42362
Message:

VMM/SELM.cpp: privately disabled two assertions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SELM.cpp

    r15750 r16476  
    14871487#endif
    14881488        /* The guest's TSS can span multiple pages now. We will monitor the whole thing. */
     1489#ifndef DEBUG_michael
    14891490        AssertMsg((GCPtrTss >> PAGE_SHIFT) == ((GCPtrTss + sizeof(VBOXTSS) - 1) >> PAGE_SHIFT),
    14901491                  ("GCPtrTss=%RGv cbTss=%#x - We assume everything is inside one page!\n", GCPtrTss, cbTss));
     1492#endif
    14911493
    14921494        // All system GDTs are marked not present above. That explains why this check fails.
     
    17711773            cbTss = sizeof(VBOXTSS);
    17721774# endif
     1775#ifndef DEBUG_michael
    17731776        AssertMsg((GCPtrTss >> PAGE_SHIFT) == ((GCPtrTss + sizeof(VBOXTSS) - 1) >> PAGE_SHIFT),
    17741777                  ("GCPtrTss=%RGv cbTss=%#x - We assume everything is inside one page!\n", GCPtrTss, cbTss));
     1778#endif
    17751779
    17761780        // All system GDTs are marked not present above. That explains why this check fails.
Note: See TracChangeset for help on using the changeset viewer.

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