Changeset 24475 in vbox
- Timestamp:
- Nov 8, 2009 7:04:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r24009 r24475 838 838 else 839 839 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*/); 842 842 if (RT_SUCCESS(rc)) 843 843 {
Note:
See TracChangeset
for help on using the changeset viewer.