VirtualBox

Ignore:
Timestamp:
Jan 24, 2013 12:27:56 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83305
Message:

PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as the VM handle.

File:
1 edited

Legend:

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

    r44342 r44347  
    8787    if (    pUVM
    8888        &&  VMR3GetStateU(pUVM) < VMSTATE_DESTROYING)
    89         return STAMR3Enum(VMR3GetVM(pUVM), pszPat, pfnEnum, pvUser);
     89        return STAMR3Enum(pUVM, pszPat, pfnEnum, pvUser);
    9090    return VERR_INVALID_HANDLE;
    9191}
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