Changeset 98644 in vbox for trunk/src/VBox/VMM/testcase/tstAnimate.cpp
- Timestamp:
- Feb 20, 2023 12:05:56 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r98103 r98644 839 839 PVM pVM; 840 840 PUVM pUVM; 841 rc = VMR3Create(1 , NULL, NULL, NULL, cfgmR3CreateDefault, &cbMem, &pVM, &pUVM);841 rc = VMR3Create(1 /*cCpus*/, NULL, 0 /*fFlags*/, NULL, NULL, cfgmR3CreateDefault, &cbMem, &pVM, &pUVM); 842 842 if (RT_SUCCESS(rc)) 843 843 {
Note:
See TracChangeset
for help on using the changeset viewer.