VirtualBox

Changeset 24475 in vbox


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

tstAnimate.cpp: ditto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r24009 r24475  
    838838        else
    839839            rc = VMR3ReqCallWait(pVM, VMCPUID_ANY, (PFNRT)SSMR3Load,
    840                                  7, pVM, pszSavedState, NULL /*pStreamOps*/, NULL /*pvUser*/,
    841                                  SSMAFTER_DEBUG_IT, NULL /*pfnProgress*/, NULL /*pvProgressUser*/);
     840                                 7, pVM, pszSavedState, (uintptr_t)NULL /*pStreamOps*/, (uintptr_t)NULL /*pvUser*/,
     841                                 SSMAFTER_DEBUG_IT, (uintptr_t)NULL /*pfnProgress*/, (uintptr_t)NULL /*pvProgressUser*/);
    842842        if (RT_SUCCESS(rc))
    843843        {
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