Changeset 398 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jan 28, 2007 2:36:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r397 r398 27 27 #include <VBox/sup.h> 28 28 #include <VBox/vm.h> 29 #include <VBox/vmm.h> 29 30 #include <VBox/param.h> 30 31 #include <iprt/runtime.h> … … 93 94 { 94 95 RTPrintf("tstInt: SUPCallVMMR0 -> rc=%Vrc i=%d Expected VINF_SUCCESS!\n", rc, i); 95 break; s96 break; 96 97 } 97 98 }
Note:
See TracChangeset
for help on using the changeset viewer.