Changeset 71247 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Mar 6, 2018 5:16:24 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121160
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.