vbox的更動 2679 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2007-5-16 下午07:11:24 (18 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r2663 r2679 942 942 #endif 943 943 944 AssertMsg(!pVM->pgm.s.fNoMorePhysWrites, ("Calling PGMPhysWrite after pgmR3Save()!\n")); 944 945 AssertMsg(cbWrite > 0, ("don't even think about writing zero bytes!\n")); 945 946 if (cbWrite == 0) 946 947 return; 947 948 948 #ifdef VBOX_STRICT949 /*950 * pgmR3Save() was already called, any bytes we write now will not be part of the951 * saved state!952 */953 AssertMsg(pVM->pgm.s.fNoMorePhysWrites == false, ("Calling PGMPhysWrite after pgmR3Save()!\n"));954 955 949 LogFlow(("PGMPhysWrite: %VGp %d\n", GCPhys, cbWrite)); 956 #endif957 950 958 951 #ifdef IN_RING3
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器