VirtualBox

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


Ignore:
Timestamp:
May 4, 2018 10:43:03 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122525
Message:

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

File:
1 edited

Legend:

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

    r72128 r72129  
    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. */
     1559    /** @todo This isn't correct. BPs work without setting LE and GE under AMD-V.  They are also documented as unsupported by P6+. */
    15611560    if (!(uGstDr7 & (X86_DR7_LE | X86_DR7_GE)))
    15621561        uGstDr7 = 0;
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