VirtualBox

Changeset 24461 in vbox


Ignore:
Timestamp:
Nov 6, 2009 4:19:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54530
Message:

VMM/VM: pass uintptr 0 instead of NULL while passing SSM load info to EMT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r24353 r24461  
    18981898     */
    18991899    int rc = VMR3ReqCallWaitU(pVM->pUVM, 0 /*idDstCpu*/, (PFNRT)vmR3Load, 7,
    1900                               pVM, pszFilename, NULL /*pStreamOps*/, NULL /*pvStreamOpsUser*/, pfnProgress, pvUser,
     1900                              pVM, pszFilename, (uintptr_t)0 /*pStreamOps*/, (uintptr_t)0 /*pvStreamOpsUser*/, pfnProgress, pvUser,
    19011901                              false /*fTeleporting*/);
    19021902    LogFlow(("VMR3LoadFromFile: returns %Rrc\n", rc));
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