Changeset 1486 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Mar 14, 2007 6:51:51 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r1480 r1486 28 28 #include <VBox/vm.h> 29 29 #include <VBox/vmm.h> 30 #include <VBox/err.h> 30 31 #include <VBox/param.h> 31 32 #include <iprt/runtime.h> … … 100 101 pVM->pVMR3 = pVM; 101 102 pVM->pVMR0 = pVMR0; 102 #ifdef VBOX_USE_LOW_MEM_FOR_VM103 103 pVM->paVMPagesR3 = paPages; 104 #else105 pVM->HCPhysVM = HCPhysVM;106 #endif107 104 pVM->pSession = pSession; 108 105
Note:
See TracChangeset
for help on using the changeset viewer.