VirtualBox

Changeset 24474 in vbox


Ignore:
Timestamp:
Nov 8, 2009 7:03:40 PM (15 years ago)
Author:
vboxsync
Message:

VM.cpp: One other NULL/VMR3ReqCall case.

File:
1 edited

Legend:

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

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