VirtualBox

Changeset 90347 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 26, 2021 8:36:28 PM (4 years ago)
Author:
vboxsync
Message:

VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/TMR0.cpp

    r87814 r90347  
    9797    PTMTIMERQUEUER0 pQueueR0     = &pGVM->tmr0.s.aTimerQueues[idxQueue];
    9898    PTMTIMERQUEUE   pQueueShared = &pGVM->tm.s.aTimerQueues[idxQueue];
    99     AssertMsgReturn(PDMCritSectRwIsWriteOwner(&pQueueShared->AllocLock),
     99    AssertMsgReturn(PDMCritSectRwIsWriteOwner(pGVM, &pQueueShared->AllocLock),
    100100                    ("queue=%s %.*Rhxs\n", pQueueShared->szName, sizeof(pQueueShared->AllocLock), &pQueueShared->AllocLock),
    101101                    VERR_NOT_OWNER);
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