Changeset 34243 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Nov 22, 2010 2:29:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r34188 r34243 5738 5738 5739 5739 /* 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); 5741 5741 if (RT_FAILURE(rc)) 5742 5742 {
Note:
See TracChangeset
for help on using the changeset viewer.