- Timestamp:
- Mar 25, 2009 1:14:04 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.