VirtualBox

Changeset 16481 in vbox for trunk/src/VBox/VMM/SELM.cpp


Ignore:
Timestamp:
Feb 3, 2009 10:34:35 AM (16 years ago)
Author:
vboxsync
Message:

spaces

File:
1 edited

Legend:

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

    r16476 r16481  
    15671567                {
    15681568                    uint32_t offRedirBitmap;
    1569                    
     1569
    15701570                    /* Make sure the io bitmap offset is valid; anything less than sizeof(VBOXTSS) means there's none. */
    15711571                    if (tss.offIoBitmap < RT_OFFSETOF(VBOXTSS, IntRedirBitmap) + sizeof(tss.IntRedirBitmap))
     
    15741574                        tss.offIoBitmap = RT_OFFSETOF(VBOXTSS, IntRedirBitmap) + sizeof(tss.IntRedirBitmap);
    15751575                    }
    1576                        
     1576
    15771577                    offRedirBitmap = tss.offIoBitmap - sizeof(tss.IntRedirBitmap);
    15781578
     
    17731773            cbTss = sizeof(VBOXTSS);
    17741774# endif
    1775 #ifndef DEBUG_michael
     1775# ifndef DEBUG_michael
    17761776        AssertMsg((GCPtrTss >> PAGE_SHIFT) == ((GCPtrTss + sizeof(VBOXTSS) - 1) >> PAGE_SHIFT),
    17771777                  ("GCPtrTss=%RGv cbTss=%#x - We assume everything is inside one page!\n", GCPtrTss, cbTss));
    1778 #endif
     1778# endif
    17791779
    17801780        // All system GDTs are marked not present above. That explains why this check fails.
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