儲存庫 vbox 的更動 18231
- 時間撮記:
- 2009-3-25 上午01:14:04 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r18143 r18231 1193 1193 #else /* VBOX */ 1194 1194 # ifndef IN_RC 1195 # ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */1196 1195 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1197 1196 if ( (s->sr[2] & 3) == 3 … … 1204 1203 s->fRemappedVGA = true; 1205 1204 } 1206 # endif /* !VBOX_WITH_NEW_PHYS_CODE */1207 1205 # endif /* IN_RC */ 1208 1206 VERIFY_VRAM_READ_OFF_RETURN(s, addr, *prc); … … 1328 1326 #else /* VBOX */ 1329 1327 # ifndef IN_RC 1330 # ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */1331 1328 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1332 1329 if ( (s->sr[2] & 3) == 3 … … 1336 1333 s->fRemappedVGA = true; 1337 1334 } 1338 # endif /* !VBOX_WITH_NEW_PHYS_CODE */1339 1335 # endif /* IN_RC */ 1340 1336
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器