VirtualBox

Changeset 65358 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jan 18, 2017 10:49:39 AM (8 years ago)
Author:
vboxsync
Message:

tstLdr-4: ELF import SomeImportFunction, don't forget to handle it.

File:
1 edited

Legend:

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

    r65235 r65358  
    8080    else if (!strcmp(pszSymbol, "MyPrintf")             || !strcmp(pszSymbol, "_MyPrintf"))
    8181        *pValue = (uintptr_t)RTPrintf;
     82    else if (!strcmp(pszSymbol, "SomeImportFunction")   || !strcmp(pszSymbol, "_SomeImportFunction"))
     83        *pValue = (uintptr_t)0;
    8284    else
    8385    {
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