- Timestamp:
- Mar 18, 2013 11:28:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r45025 r45055 5243 5243 /* notify port handler */ 5244 5244 if (pThis->pDrv) 5245 { 5246 PDMCritSectLeave(&pThis->CritSect); /* hack around lock order issue. */ 5245 5247 pThis->pDrv->pfnReset(pThis->pDrv); 5248 PDMCritSectEnter(&pThis->CritSect, VERR_IGNORED); 5249 } 5246 5250 5247 5251 /* Reset latched access mask. */
Note:
See TracChangeset
for help on using the changeset viewer.