VirtualBox

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

Corrected casts (64 bits guest pointers)

檔案:
修改 1 筆資料

圖例:

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

    r9212 r9280  
    279279    }
    280280#ifdef IN_GC
    281     Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)pRange)); /** @todo r=bird: there is a macro for this which skips the #if'ing. */
     281    AssertMsg(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)(RTRCUINTPTR)pRange), ("pRange = %VGv\n", pRange)); /** @todo r=bird: there is a macro for this which skips the #if'ing. */
    282282#endif
    283283
     
    426426    }
    427427#ifdef IN_GC
    428     Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)pRange)); /** @todo r=bird: there is a macro for this which skips the #if'ing. */
     428    Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)(RTRCUINTPTR)pRange)); /** @todo r=bird: there is a macro for this which skips the #if'ing. */
    429429#endif
    430430
     
    549549    }
    550550#ifdef IN_GC
    551     Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)pRange));
     551    Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)(RTRCUINTPTR)pRange));
    552552#endif
    553553
     
    673673    }
    674674#ifdef IN_GC
    675     Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)pRange)); /** @todo r=bird: there is a macro for this which skips the #if'ing. */
     675    Assert(!pRange || MMHyperIsInsideArea(pVM, (RTGCPTR)(RTRCUINTPTR)pRange)); /** @todo r=bird: there is a macro for this which skips the #if'ing. */
    676676#endif
    677677
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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