Changeset 23003 in vbox
- Timestamp:
- Sep 14, 2009 1:31:02 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevState.h
r22996 r23003 34 34 /** The PCI device structure. */ 35 35 PCIDevice dev; 36 37 /** The critical section for this device. */ 38 PDMCRITSECT CritSect; 36 39 37 40 /** hypervisor address space size */ … … 192 195 R3PTRTYPE(PPDMILEDCONNECTORS) pLedsConnector; 193 196 } SharedFolders; 194 #if HC_ARCH_BITS == 32195 uint32_t uAlignment;196 #endif197 /** The critical section for this device. */198 PDMCRITSECT CritSect;199 197 } VMMDevState; 200 198 AssertCompileMemberAlignment(VMMDevState, CritSect, 8);
Note:
See TracChangeset
for help on using the changeset viewer.