VirtualBox

Changeset 20863 in vbox


Ignore:
Timestamp:
Jun 23, 2009 6:28:26 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49007
Message:

tstCFGM.cpp: unintentional change in r49006.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstCFGM.cpp

    r20862 r20863  
    5151    int rc = SUPR3Init(NULL);
    5252    if (RT_SUCCESS(rc))
    53         rc = RTMemPageAlloc(RT_ALIGN_Z(sizeof(*pVM), PAGE_SIZE) >> PAGE_SHIFT, (void **)&pVM);
     53        rc = SUPPageAlloc(RT_ALIGN_Z(sizeof(*pVM), PAGE_SIZE) >> PAGE_SHIFT, (void **)&pVM);
    5454    if (RT_FAILURE(rc))
    5555    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette