VirtualBox

Changeset 1579 in vbox


Ignore:
Timestamp:
Mar 20, 2007 8:06:56 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19688
Message:

doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp

    r1518 r1579  
    403403
    404404    /* Retrieve the eflags including the virtualized bits. */
    405     /** @note hackish as the cpumctxcore structure doesn't contain the right value */
     405    /* Note: hackish as the cpumctxcore structure doesn't contain the right value */
    406406    eflags.u32 = CPUMRawGetEFlags(pVM, pRegFrame);
    407407
     
    493493            /** @todo dpl <= cpl else GPF */
    494494
    495             /** @note don't use current eflags as we might be in V86 mode and the IDT always contains protected mode selectors */
     495            /* Note: don't use current eflags as we might be in V86 mode and the IDT always contains protected mode selectors */
    496496            X86EFLAGS fakeflags;
    497497            fakeflags.u32 = 0;   
     
    633633                    }
    634634
    635                     /** @note we use the eflags copy, that includes the virtualized bits! */
    636                     /** @note not really necessary as we grab include those bits in the trap/irq handler trampoline */
     635                    /* Note: We use the eflags copy, that includes the virtualized bits! */
     636                    /* Note: Not really necessary as we grab include those bits in the trap/irq handler trampoline */
    637637                    CTXSUFF(pTrapStack)[--idx] = eflags.u32;
    638638
     
    684684
    685685#ifdef IN_GC
    686                     /** @note shouldn't be necessary */
     686                    /* Note: shouldn't be necessary */
    687687                    ASMSetCR2(pVM->trpm.s.uActiveCR2);
    688688
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