VirtualBox

Changeset 8825 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 14, 2008 10:12:33 PM (17 years ago)
Author:
vboxsync
Message:

-doxygen comment.

File:
1 edited

Legend:

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

    r8155 r8825  
    369369                return trpmGCExitTrap(pVM, rc, pRegFrame);
    370370        }
    371         else
    372         /** Note: monitor causes an #UD exception instead of #GP when not executed in ring 0. */
    373         if (Cpu.pCurInstr->opcode == OP_MONITOR)
     371        /* Note: monitor causes an #UD exception instead of #GP when not executed in ring 0. */
     372        else if (Cpu.pCurInstr->opcode == OP_MONITOR)
    374373        {
    375374            uint32_t cbIgnored;
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