- Timestamp:
- Oct 11, 2018 9:21:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r73766 r74754 466 466 rc = uartR3Init(&pThis->UartCore, pDevIns, enmUartType, 0, 467 467 fYieldOnLSRRead ? UART_CORE_YIELD_ON_LSR_READ : 0, serialIrqReq, pfnSerialIrqReqR0, pfnSerialIrqReqRC); 468 if (RT_FAILURE(rc)) 469 return rc; 468 470 469 471 serialR3Reset(pDevIns);
Note:
See TracChangeset
for help on using the changeset viewer.