VirtualBox

Changeset 84825 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 15, 2020 7:06:39 AM (5 years ago)
Author:
vboxsync
Message:

Config.kmk: Enable the DBGF tracing framework by default, bugref:9210 [darwin build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Tracer.cpp

    r84823 r84825  
    776776        {
    777777            int rc = SUPSemEventWaitNoResume(pSession, pShared->hSupSemEvtFlush, RT_INDEFINITE_WAIT);
    778             Assert(RT_SUCCESS(rc) || rc == VERR_INTERRUPTED);
     778            Assert(RT_SUCCESS(rc) || rc == VERR_INTERRUPTED); RT_NOREF(rc);
    779779
    780780            if (RT_UNLIKELY(ASMAtomicReadBool(&pThis->fShutdown)))
Note: See TracChangeset for help on using the changeset viewer.

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