Changeset 40416 in vbox for trunk/include
- Timestamp:
- Mar 9, 2012 4:24:49 PM (13 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r40405 r40416 3924 3924 3925 3925 /** Tracing indicator. */ 3926 uint32_t fTrac eing;3926 uint32_t fTracing; 3927 3927 #if HC_ARCH_BITS == 64 3928 3928 /** Align the internal data more naturally. */ -
trunk/include/VBox/vmm/pdmdrv.h
r40405 r40416 385 385 386 386 /** Tracing indicator. */ 387 uint32_t fTrac eing;387 uint32_t fTracing; 388 388 #if HC_ARCH_BITS == 64 389 389 /** Align the internal data more naturally. */ -
trunk/include/VBox/vmm/pdmusb.h
r40405 r40416 730 730 R3PTRTYPE(char *) pszName; 731 731 /** Tracing indicator. */ 732 uint32_t fTrac eing;732 uint32_t fTracing; 733 733 /** Padding to make achInstanceData aligned at 32 byte boundary. */ 734 734 uint32_t au32Padding[HC_ARCH_BITS == 32 ? 4 : 1];
Note:
See TracChangeset
for help on using the changeset viewer.