VirtualBox

Changeset 50271 in vbox


Ignore:
Timestamp:
Jan 29, 2014 2:25:25 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Comment clarification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r50270 r50271  
    86138613    HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_RIP);
    86148614
    8615     /* Deliver pending debug exception if the guest is single-stepping. */
     8615    /*
     8616     * Deliver a debug exception to the guest if it is single-stepping. Don't directly inject a #DB but use the
     8617     * pending debug exception field as it takes care of priority of events.
     8618     *
     8619     * See Intel spec. 32.2.1 "Debug Exceptions".
     8620     */
    86168621    if (pMixedCtx->eflags.Bits.u1TF)
    86178622    {
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