Changeset 81503 in vbox
- Timestamp:
- Oct 24, 2019 1:43:10 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r81471 r81503 7610 7610 static DECLCALLBACK(int) e1kR3Destruct(PPDMDEVINS pDevIns) 7611 7611 { 7612 PDMDEV_CHECK_VERSIONS_RETURN_QUIET(pDevIns); 7612 7613 PE1KSTATE pThis = PDMINS_2_DATA(pDevIns, PE1KSTATE); 7613 PDMDEV_CHECK_VERSIONS_RETURN_QUIET(pDevIns);7614 7614 7615 7615 e1kDumpState(pThis); -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r81472 r81503 224 224 225 225 226 /** @def PRTCSTATECC 226 /** @typedef RTCSTATECC 227 * The instance data for the current context. */ 228 /** @typedef PRTCSTATECC 227 229 * Pointer to the instance data for the current context. */ 228 230 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.