Changeset 60945 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- May 12, 2016 1:48:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r60520 r60945 1396 1396 VERIFY_VRAM_WRITE_OFF_RETURN(pThis, addr * 4 + 3); 1397 1397 1398 #if 0 1399 /* This code does not work reliably and no longer helps performance either. */ 1398 1400 #ifdef IN_RING0 1399 1401 if (((++pThis->cLatchAccesses) & pThis->uMaskLatchAccess) == pThis->uMaskLatchAccess) … … 1433 1435 } 1434 1436 } 1437 #endif 1435 1438 #endif 1436 1439
Note:
See TracChangeset
for help on using the changeset viewer.