VirtualBox

Changeset 2291 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 20, 2007 11:26:42 PM (18 years ago)
Author:
vboxsync
Message:

More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r1856 r2291  
    41724172
    41734173#ifdef PCNET_NO_POLLING
    4174     rc = PDMR3GetSymbolR0Lazy(PDMDevHlpGetVM(pDevIns), NULL, "EMInterpretInstruction", (void **)&pData->pfnEMInterpretInstructionR0);
     4174    rc = PDMR3GetSymbolR0Lazy(PDMDevHlpGetVM(pDevIns), NULL, "EMInterpretInstruction", &pData->pfnEMInterpretInstructionR0);
    41754175    if (VBOX_SUCCESS(rc))
    41764176    {
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