Changeset 41158 in vbox
- Timestamp:
- May 4, 2012 12:26:16 AM (13 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r41155 r41158 433 433 434 434 /** Alignment padding, making sure u64CallRing3Arg is nicly aligned. */ 435 uint32_t u32Padding1;435 uint32_t au32Padding1[3]; 436 436 437 437 /** @name Call Ring-3 -
trunk/src/VBox/VMM/include/VMMInternal.mac
r41155 r41158 118 118 .TracerCtx resb SUPDRVTRACERUSRCTX64_size 119 119 120 . u32Padding1 resd 1120 .au32Padding1 resd 3 121 121 122 122 .cCallRing3Disabled resd 1
Note:
See TracChangeset
for help on using the changeset viewer.