VirtualBox

Changeset 40899 in vbox


Ignore:
Timestamp:
Apr 12, 2012 10:45:02 PM (13 years ago)
Author:
vboxsync
Message:

Always print the module load addresses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r40819 r40899  
    41304130            rc = supdrvOSLdrLoad(pDevExt, pImage, pReq->u.In.abImage, pReq);
    41314131        else
     4132        {
    41324133            memcpy(pImage->pvImage, &pReq->u.In.abImage[0], pImage->cbImageBits);
     4134            SUPR0Printf("vboxdrv: Loaded '%s' at %p\n", pImage->szName, pImage->pvImage);
     4135        }
    41334136    }
    41344137
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