VirtualBox

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


Ignore:
Timestamp:
Dec 1, 2008 4:27:04 PM (16 years ago)
Author:
vboxsync
Message:

Debug state save fix for AMD-V.

File:
1 edited

Legend:

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

    r14875 r14876  
    322322    if (CPUMIsGuestInLongModeEx(pCtx))
    323323    {
     324        uint64_t dr6 = pCtx->dr[6];
     325
    324326        HWACCMR0SaveDebugState(pVM, pVCpu, pCtx);
     327        if (!fDR6) /* dr6 was already up-to-date */
     328            pCtx->dr[6] = dr6;
    325329    }
    326330    else
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