儲存庫 vbox 的更動 67587
- 時間撮記:
- 2017-6-23 下午04:18:49 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r67556 r67587 1240 1240 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1241 1241 if ( (pThis->sr[2] & 3) == 3 1242 && !vga_is_dirty(pThis, addr)) 1242 && !vga_is_dirty(pThis, addr) 1243 && pThis->GCPhysVRAM) 1243 1244 { 1244 1245 /** @todo only allow read access (doesn't work now) */ … … 1345 1346 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1346 1347 if ( (pThis->sr[2] & 3) == 3 1347 && !vga_is_dirty(pThis, addr)) 1348 && !vga_is_dirty(pThis, addr) 1349 && pThis->GCPhysVRAM) 1348 1350 { 1349 1351 STAM_COUNTER_INC(&pThis->StatMapPage); … … 5816 5818 5817 5819 /* 5818 * Reset the L BFmapping.5820 * Reset the LFB mapping. 5819 5821 */ 5820 5822 pThis->fLFBUpdated = false;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器