VirtualBox

Changeset 15558 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Dec 16, 2008 1:07:52 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41060
Message:

VBoxREM: Log which module is being loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/VBoxREMWrapper.cpp

    r15322 r15558  
    19711971     * Load the VBoxREM32/64 object/DLL.
    19721972     */
    1973     int rc = SUPR3HardenedLdrLoadAppPriv(remIs64bitEnabled(pVM) ? "VBoxREM64" : "VBoxREM32", &g_ModREM2);
     1973    const char *pszModule = remIs64bitEnabled(pVM) ? "VBoxREM64" : "VBoxREM32";
     1974    int rc = SUPR3HardenedLdrLoadAppPriv(pszModule, &g_ModREM2);
    19741975    if (RT_SUCCESS(rc))
    19751976    {
     1977        LogRel(("REM: %s\n", pszModule));
     1978
    19761979        /*
    19771980         * Resolve exports.
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