VirtualBox

Changeset 4614 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 7, 2007 7:17:15 PM (17 years ago)
Author:
vboxsync
Message:

Don't bother about unresolved externals in fake mode. And please, do give us the name of the missing symbol in release mode.

File:
1 edited

Legend:

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

    r4191 r4614  
    10721072    }
    10731073
     1074    AssertMsg2("%s is importing %s which we couldn't find\n", pvUser, pszSymbol);
    10741075    AssertMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol));
     1076    if (g_u32FakeMode)
     1077    {
     1078        *pValue = 0xdeadbeef;
     1079        return VINF_SUCCESS;
     1080    }
    10751081    return VERR_SYMBOL_NOT_FOUND;
    10761082}
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