VirtualBox

Changeset 90332 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Jul 26, 2021 12:57:23 PM (3 years ago)
Author:
vboxsync
Message:

Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r87971 r90332  
    60246024    if (RTCritSectIsInitialized(&pThisCC->CritSect))
    60256025        RTCritSectDelete(&pThisCC->CritSect);
    6026     PDMR3CritSectDelete(&pThis->CsIrq);
     6026    PDMDevHlpCritSectDelete(pDevIns, &pThis->CsIrq);
    60276027
    60286028    /*
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