Changeset 7077 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 21, 2008 3:03:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r7076 r7077 131 131 GCPTRTYPE(PTMTIMER) pTimerPollGC; 132 132 #endif 133 134 #if HC_ARCH_BITS == 64 135 uint32_t Alignment; 136 #endif 137 133 138 /** Software Interrupt timer (address for host context) */ 134 139 R3R0PTRTYPE(PTMTIMER) pTimerSoftIntHC; 135 140 /** Software Interrupt timer (address for guest context) */ 136 141 GCPTRTYPE(PTMTIMER) pTimerSoftIntGC; 137 138 #if HC_ARCH_BITS == 64139 uint32_t Alignment;140 #endif141 142 142 143 /** Register Address Pointer */
Note:
See TracChangeset
for help on using the changeset viewer.