VirtualBox

Changeset 44342 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Jan 23, 2013 5:43:40 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83299
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgBase.cpp

    r44340 r44342  
    106106VBoxDbgBase::atStateChange(PVM pVM, VMSTATE enmState, VMSTATE /*enmOldState*/, void *pvUser)
    107107{
    108     VBoxDbgBase *pThis = (VBoxDbgBase *)pvUser;
     108    VBoxDbgBase *pThis = (VBoxDbgBase *)pvUser; NOREF(pVM);
    109109    switch (enmState)
    110110    {
     
    112112        {
    113113            /** @todo need to do some locking here?  */
    114             PUVM pUVM = ASMAtomicXchgPtrT(&m_pUVM, NULL, PUVM);
     114            PUVM pUVM = ASMAtomicXchgPtrT(&pThis->m_pUVM, NULL, PUVM);
    115115            if (pUVM)
    116116            {
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