VirtualBox

Ignore:
Timestamp:
Apr 8, 2022 11:26:46 AM (3 years ago)
Author:
vboxsync
Message:

Runtime/testcase/tstLdr-4: Fix testcase broken since probably r147584

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp

    r93115 r94529  
    158158    else if (!strcmp(pszSymbol, "SUPR0Printf")          || !strcmp(pszSymbol, "_SUPR0Printf"))
    159159        *pValue = (uintptr_t)RTPrintf;
     160    else if (!strcmp(pszSymbol, "SUPR0PrintfV")         || !strcmp(pszSymbol, "_SUPR0PrintfV"))
     161        *pValue = (uintptr_t)RTPrintfV;
    160162    else if (!strcmp(pszSymbol, "SomeImportFunction")   || !strcmp(pszSymbol, "_SomeImportFunction"))
    161163        *pValue = (uintptr_t)0;
Note: See TracChangeset for help on using the changeset viewer.

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