VirtualBox

忽略:
時間撮記:
2007-5-16 下午07:11:24 (18 年 以前)
作者:
vboxsync
訊息:

fixed alignment issue, move the code to the right place and fixed the style.

檔案:
修改 1 筆資料

圖例:

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

    r2663 r2679  
    942942#endif
    943943
     944    AssertMsg(!pVM->pgm.s.fNoMorePhysWrites, ("Calling PGMPhysWrite after pgmR3Save()!\n"));
    944945    AssertMsg(cbWrite > 0, ("don't even think about writing zero bytes!\n"));
    945946    if (cbWrite == 0)
    946947        return;
    947948
    948 #ifdef VBOX_STRICT
    949     /*
    950      * pgmR3Save() was already called, any bytes we write now will not be part of the
    951      * saved state!
    952      */
    953     AssertMsg(pVM->pgm.s.fNoMorePhysWrites == false, ("Calling PGMPhysWrite after pgmR3Save()!\n"));
    954 
    955949    LogFlow(("PGMPhysWrite: %VGp %d\n", GCPhys, cbWrite));
    956 #endif
    957950
    958951#ifdef IN_RING3
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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