Changeset 23015 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Sep 14, 2009 5:00:11 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstMicro.cpp
r19300 r23015 353 353 * Do testing. 354 354 */ 355 PVMREQ pReq1 = NULL; 356 rc = VMR3ReqCallVoid(pVM, VMCPUID_ANY, &pReq1, RT_INDEFINITE_WAIT, (PFNRT)doit, 1, pVM); 355 rc = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, (PFNRT)doit, 1, pVM); 357 356 AssertRC(rc); 358 VMR3ReqFree(pReq1);359 360 357 STAMR3Dump(pVM, "*"); 361 358
Note:
See TracChangeset
for help on using the changeset viewer.