VirtualBox

Changeset 81503 in vbox


Ignore:
Timestamp:
Oct 24, 2019 1:43:10 AM (5 years ago)
Author:
vboxsync
Message:

DevE1000,DevRTC: nits. bugref:9218

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

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

    r81471 r81503  
    76107610static DECLCALLBACK(int) e1kR3Destruct(PPDMDEVINS pDevIns)
    76117611{
     7612    PDMDEV_CHECK_VERSIONS_RETURN_QUIET(pDevIns);
    76127613    PE1KSTATE pThis = PDMINS_2_DATA(pDevIns, PE1KSTATE);
    7613     PDMDEV_CHECK_VERSIONS_RETURN_QUIET(pDevIns);
    76147614
    76157615    e1kDumpState(pThis);
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r81472 r81503  
    224224
    225225
    226 /** @def PRTCSTATECC
     226/** @typedef RTCSTATECC
     227 * The instance data for the current context. */
     228/** @typedef PRTCSTATECC
    227229 * Pointer to the instance data for the current context. */
    228230#ifdef IN_RING3
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