VirtualBox

Changeset 73301 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 22, 2018 2:33:50 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123908
Message:

Serial: build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/UartCore.cpp

    r73300 r73301  
    443443
    444444
     445#if 0 /* unused */
    445446/**
    446447 * Tries to copy the requested amount of data from the provided buffer into the given FIFO.
     
    471472    return cbCopied;
    472473}
     474#endif
    473475
    474476
     
    708710                int rc2 = pThis->pDrvSerial->pfnDataAvailWrNotify(pThis->pDrvSerial, 1);
    709711                if (RT_FAILURE(rc2))
    710                     LogRelMax(10, ("Serial#%d: Failed to send data with %Rrc\n", rc2));
     712                    LogRelMax(10, ("Serial#%d: Failed to send data with %Rrc\n", pThis->pDevInsR3->iDevIns, rc2));
    711713            }
    712714#endif
     
    727729                    int rc2 = pThis->pDrvSerial->pfnDataAvailWrNotify(pThis->pDrvSerial, 1);
    728730                    if (RT_FAILURE(rc2))
    729                         LogRelMax(10, ("Serial#%d: Failed to send data with %Rrc\n", rc2));
     731                        LogRelMax(10, ("Serial#%d: Failed to send data with %Rrc\n", pThis->pDevInsR3->iDevIns, rc2));
    730732                }
    731733#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette