VirtualBox

Changeset 72128 in vbox


Ignore:
Timestamp:
May 4, 2018 10:15:36 PM (7 years ago)
Author:
vboxsync
Message:

CPUMAllRegs.cpp/CPUMRecalcHyperDRx: Added comment regarding misconception of the LE and GE flags.

File:
1 edited

Legend:

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

    r72065 r72128  
    15571557     */
    15581558    RTGCUINTREG uGstDr7 = CPUMGetGuestDR7(pVCpu);
     1559    /** @todo This isn't correct. BPs work without setting LE and GE under AMD-V.  They are also documented as unsupported by P6+.
     1560     * The LE|GE flags does have an effect in real mode on AMD-V with instruction fetch breakpoints, they seem to work a little like traps rather than faults. */
    15591561    if (!(uGstDr7 & (X86_DR7_LE | X86_DR7_GE)))
    15601562        uGstDr7 = 0;
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