Changeset 20862 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jun 23, 2009 6:25:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstCFGM.cpp
r13818 r20862 51 51 int rc = SUPR3Init(NULL); 52 52 if (RT_SUCCESS(rc)) 53 rc = SUPPageAlloc(RT_ALIGN_Z(sizeof(*pVM), PAGE_SIZE) >> PAGE_SHIFT, (void **)&pVM);53 rc = RTMemPageAlloc(RT_ALIGN_Z(sizeof(*pVM), PAGE_SIZE) >> PAGE_SHIFT, (void **)&pVM); 54 54 if (RT_FAILURE(rc)) 55 55 {
Note:
See TracChangeset
for help on using the changeset viewer.