Changeset 56715 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 30, 2015 11:48:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r56648 r56715 269 269 uint64_t uTicks; 270 270 #ifdef VBOX_WITH_STATISTICS 271 # if HC_ARCH_BITS == 32 272 uint32_t u32Alignment0; 273 # endif 271 274 STAMPROFILE StatTimer; 272 275 STAMCOUNTER StatBytesRead; … … 300 303 /** Pointer to the AC97 device state. */ 301 304 typedef AC97STATE *PAC97STATE; 305 306 AssertCompileMemberAlignment(AC97STATE, StatTimer, 8); 302 307 303 308 #ifndef VBOX_DEVICE_STRUCT_TESTCASE
Note:
See TracChangeset
for help on using the changeset viewer.