VirtualBox

Changeset 34243 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Nov 22, 2010 2:29:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67991
Message:

PDM: Added search paths to the device and driver DLL CFGM nodes so that VBoxEhciR0.r0/RC.rc can be found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r34188 r34243  
    57385738
    57395739    /* The LBF access handler - error handling is better here than in the map function.  */
    5740     rc = PDMR3LdrGetSymbolRCLazy(pVM, pDevIns->pReg->szRCMod, "vgaGCLFBAccessHandler", &pThis->RCPtrLFBHandler);
     5740    rc = PDMR3LdrGetSymbolRCLazy(pVM, pDevIns->pReg->szRCMod, NULL, "vgaGCLFBAccessHandler", &pThis->RCPtrLFBHandler);
    57415741    if (RT_FAILURE(rc))
    57425742    {
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