- Timestamp:
- Mar 6, 2018 5:16:24 PM (7 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r70642 r71247 393 393 /** The PCI device state. */ 394 394 PDMPCIDEV PciDev; 395 /** Critical section protecting the AC'97 state. */ 396 PDMCRITSECT CritSect; 395 397 /** R3 Pointer to the device instance. */ 396 398 PPDMDEVINSR3 pDevInsR3; 397 /** Critical section protecting the AC'97 state. */398 PDMCRITSECT CritSect;399 399 /** Global Control (Bus Master Control Register). */ 400 400 uint32_t glob_cnt; -
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r71210 r71247 112 112 #include <VBox/vmm/pdmaudioifs.h> 113 113 114 # 115 # 116 # 117 # 114 #undef LOG_GROUP 115 #include "../Audio/DevIchAc97.cpp" 116 #undef LOG_GROUP 117 #include "../Audio/DevHDA.cpp" 118 118 119 119 #include <stdio.h> … … 281 281 * Misc alignment checks (keep this somewhat alphabetical). 282 282 */ 283 CHECK_MEMBER_ALIGNMENT(AC97STATE, CritSect, 8); 284 283 285 CHECK_MEMBER_ALIGNMENT(AHCI, lock, 8); 284 286 CHECK_MEMBER_ALIGNMENT(AHCI, ahciPort[0], 8);
Note:
See TracChangeset
for help on using the changeset viewer.