VirtualBox

忽略:
時間撮記:
2014-10-2 下午01:12:02 (10 年 以前)
作者:
vboxsync
訊息:

VMM/testcase/tstAnimate: fixed wrong condition

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r51906 r52931  
    310310
    311311            /* Write that page to the guest - skip known rom areas for now. */
    312             if (GCPhys < 0xa0000 || GCPhys >= 0x10000) /* ASSUME size of a8Page is a power of 2. */
     312            if (GCPhys < 0xa0000 || GCPhys >= 0x100000) /* ASSUME size of a8Page is a power of 2. */
    313313                PGMPhysWrite(pVM, GCPhys, &au8Page, cbRead);
    314314            GCPhys += cbRead;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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