VirtualBox

Changeset 87768 in vbox


Ignore:
Timestamp:
Feb 16, 2021 5:18:38 PM (4 years ago)
Author:
vboxsync
Message:

VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a timer handle rather than a pointer. Try a little harder using it. [build fix] bugref:9943

File:
1 edited

Legend:

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

    r87767 r87768  
    50545054        pThis->cLinkDownReported = 0x10000;
    50555055        PDMDevHlpTimerStop(pDevIns, pThis->hTimerRestore);
    5056         pcnetR3TimerRestore(pDevIns, NULL /* pTimer - not used */, pThis);
     5056        pcnetR3TimerRestore(pDevIns, pThis->hTimerRestore, pThis);
    50575057    }
    50585058
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