VirtualBox

忽略:
時間撮記:
2008-6-20 上午08:57:26 (16 年 以前)
作者:
vboxsync
訊息:

Fixed some inconsistencies (thanks Frank)

檔案:
修改 1 筆資料

圖例:

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

    r9790 r9836  
    13151315#if 1                   /** @todo r=bird: Can you do this properly please. */
    13161316                            /** @todo Try MMIO; quick hack */
    1317                             if (cbRead <= 4 && IOMMMIORead(pVM, GCPhys, (uint32_t *)pvBuf, cbRead) == VINF_SUCCESS)
     1317                            if (cbRead <= 8 && IOMMMIORead(pVM, GCPhys, (uint32_t *)pvBuf, cbRead) == VINF_SUCCESS)
    13181318                                goto end;
    13191319#endif
     
    16561656#if 1                   /** @todo r=bird: Can you do this properly please. */
    16571657                            /** @todo Try MMIO; quick hack */
    1658                             if (cbWrite <= 4 && IOMMMIOWrite(pVM, GCPhys, *(uint32_t *)pvBuf, cbWrite) == VINF_SUCCESS)
     1658                            if (cbWrite <= 8 && IOMMMIOWrite(pVM, GCPhys, *(uint32_t *)pvBuf, cbWrite) == VINF_SUCCESS)
    16591659                                goto end;
    16601660#endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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