VirtualBox

Changeset 41075 in vbox


Ignore:
Timestamp:
Apr 26, 2012 11:28:21 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77649
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Preload/VBoxVMMPreload.cpp

    r41074 r41075  
    4343    const char     *pszName;
    4444    bool            fPreload;
    45     bool            fVMM;
    4645    void           *pvImageBase;
    4746} g_aModules[] =
    4847{
    49     { "VMMR0.r0",       true,  true,  NULL },
    50     { "VBoxDDR0.r0",    false, true,  NULL },
    51     { "VBoxDD2R0.r0",   false, true,  NULL },
     48    { "VMMR0.r0",       true,  NULL },
     49    { "VBoxDDR0.r0",    true,  NULL },
     50    { "VBoxDD2R0.r0",   true,  NULL },
    5251};
    5352
     
    164163                return RTMsgErrorExit(RTEXITCODE_FAILURE, "SUPR3LoadModule failed for %s (%s): %s (rc=%Rrc)",
    165164                                      g_aModules[i].pszName, szPath, ErrInfo.Core.pszMsg, rc);
    166             if (g_cVerbose > 1)
     165            if (g_cVerbose >= 1)
    167166                RTMsgInfo("Loaded '%s' ('%s') at %p\n", szPath, g_aModules[i].pszName, g_aModules[i].pvImageBase);
    168167        }
    169168    }
    170169
     170    RTStrmFlush(g_pStdOut);
    171171    return RTEXITCODE_SUCCESS;
    172172}
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