VirtualBox

Changeset 52669 in vbox


Ignore:
Timestamp:
Sep 10, 2014 10:54:25 AM (10 years ago)
Author:
vboxsync
Message:

VMM/IEM: added todo.

File:
1 edited

Legend:

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

    r52661 r52669  
    1095310953
    1095410954    VBOXSTRICTRC rcStrict = IEMInjectTrap(pVCpu, u8TrapNo, enmType, uErrCode, uCr2, cbInstr);
    10955     if (rcStrict == VINF_SUCCESS || rcStrict == VINF_IEM_RAISED_XCPT)
     10955
     10956    /** @todo Are there any other codes that imply the event was successfully
     10957     *        delivered to the guest? See @bugref{6607}.  */
     10958    if (   rcStrict == VINF_SUCCESS
     10959        || rcStrict == VINF_IEM_RAISED_XCPT)
     10960    {
    1095610961        TRPMResetTrap(pVCpu);
     10962    }
    1095710963    return rcStrict;
    1095810964#endif
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