VirtualBox

Changeset 1444 in vbox for trunk


Ignore:
Timestamp:
Mar 13, 2007 3:15:35 PM (18 years ago)
Author:
vboxsync
Message:

doxygen comments...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/SELMGC.cpp

    r1412 r1444  
    11/* $Id$ */
    22/** @file
    3  * SELM - The Selector manager, Guest Context.
     3 * SELM - The Selector Manager, Guest Context.
    44 */
    55
     
    3838
    3939
    40 /*******************************************************************************
    41 *   Internal Functions                                                         *
    42 *******************************************************************************/
    43 
    4440/**
    4541 * Synchronizes one GDT entry (guest -> shadow).
     
    8177           && !(pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS] & ~X86_SEL_MASK)
    8278           && !(pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS_TRAP08] & ~X86_SEL_MASK));
    83     if (    pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS]        == Sel
    84         ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS]        == Sel
    85         ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS64]      == Sel
    86         ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS]       == Sel
     79    if (    pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS]         == Sel
     80        ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS]         == Sel
     81        ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS64]       == Sel
     82        ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS]        == Sel
    8783        ||  pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS_TRAP08] == Sel)
    8884    {
     
    9490        Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Vhxs: potential conflict (still not present)!\n", Sel, &Desc));
    9591
    96         /** @note we can't continue below or else we'll change the shadow descriptor!! */
    97         /** When the guest makes the selector present, then we'll do a GDT sync. */
     92        /* Note: we can't continue below or else we'll change the shadow descriptor!! */
     93        /* When the guest makes the selector present, then we'll do a GDT sync. */
    9894        return VINF_SUCCESS;
    9995    }
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