VirtualBox

Changeset 45830 in vbox


Ignore:
Timestamp:
Apr 30, 2013 10:16:10 AM (12 years ago)
Author:
vboxsync
Message:

VMM: Don't resolve RC symbols when HM is enabled (fix for r85378)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp

    r45809 r45830  
    16531653                {
    16541654                    void *pvValue = NULL;
    1655                     if (fNullRun)
     1655                    if (!fNullRun)
    16561656                    {
    16571657                        rc = SUPR3GetSymbolR0((void *)(RTR0PTR)pModule->ImageBase, szSymbol, &pvValue);
     
    16701670                {
    16711671                    RTUINTPTR Value = 0;
    1672                     if (fNullRun)
     1672                    if (!fNullRun)
    16731673                    {
    16741674                        rc = RTLdrGetSymbolEx(pModule->hLdrMod, pModule->pvBits, pModule->ImageBase, szSymbol, &Value);
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