vbox的更動 52931 路徑 trunk/src/VBox/VMM/testcase/tstAnimate.cpp
- 時間撮記:
- 2014-10-2 下午01:12:02 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r51906 r52931 310 310 311 311 /* 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. */ 313 313 PGMPhysWrite(pVM, GCPhys, &au8Page, cbRead); 314 314 GCPhys += cbRead;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器