VirtualBox

儲存庫 vbox 的更動 16923


忽略:
時間撮記:
2009-2-18 下午04:40:17 (16 年 以前)
作者:
vboxsync
訊息:

Update

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r16922 r16923  
    909909    {
    910910        LogFlow(("pgmPoolIsActiveRootPage found CR3 root\n"));
    911         pPage->cModifications = 0; /* reset counter */
     911        pPage->cModifications = 1; /* reset counter (can't use 0, or else it will be reinserted in the modified list) */
    912912        return true;
    913913    }
     
    935935                        {
    936936                            LogFlow(("pgmPoolIsActiveRootPage found PAE PDPE root\n"));
    937                             pPage->cModifications = 0; /* reset counter */
     937                            pPage->cModifications = 1; /* reset counter (can't use 0, or else it will be reinserted in the modified list) */
    938938                            return true;
    939939                        }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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