VirtualBox

Ignore:
Timestamp:
Aug 29, 2008 9:13:37 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35604
Message:

SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp

    r8155 r11794  
    5050    RTPrintf("tstLow: TESTING...\n");
    5151
    52     rc = SUPInit();
     52    rc = SUPR3Init(NULL);
    5353    if (VBOX_SUCCESS(rc))
    5454    {
     
    151151    else
    152152    {
    153         RTPrintf("SUPInit -> rc=%Vrc\n", rc);
     153        RTPrintf("SUPR3Init -> rc=%Vrc\n", rc);
    154154        rcRet++;
    155155    }
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