VirtualBox

儲存庫 vbox 的更動 14876


忽略:
時間撮記:
2008-12-1 下午04:27:04 (16 年 以前)
作者:
vboxsync
訊息:

Debug state save fix for AMD-V.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette