Changeset 84907 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Jun 22, 2020 2:43:28 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/UartCore.cpp
r84689 r84907 1971 1971 pThisCC->pDrvBase = NULL; 1972 1972 pThisCC->pDrvSerial = NULL; 1973 PDMDevHlpCritSectEnter(pDevIns, &pThis->CritSect, VERR_IGNORED); 1973 1974 uartR3XferReset(pDevIns, pThis, pThisCC); 1975 PDMDevHlpCritSectLeave(pDevIns, &pThis->CritSect); 1974 1976 } 1975 1977
Note:
See TracChangeset
for help on using the changeset viewer.