Changeset 51761 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jun 30, 2014 9:00:48 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94575
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r51748 r51761 5333 5333 #endif 5334 5334 5335 rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY); 5336 AssertRC(rc); 5337 5335 5338 if (GCPhysAddress != NIL_RTGCPHYS) 5336 5339 { … … 5372 5375 /* NB: VBE_DISPI_INDEX_FB_BASE_HI is left unchanged here. */ 5373 5376 } 5377 PDMCritSectLeave(&pThis->CritSect); 5374 5378 return rc; 5375 5379 }
Note:
See TracChangeset
for help on using the changeset viewer.