Changeset 47460 in vbox
- Timestamp:
- Jul 29, 2013 1:22:48 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r47456 r47460 421 421 * @{*/ 422 422 RTTHREADCTX hR0ThreadCtx; 423 #if HC_ARCH_BITS == 32 424 uint32_t u32Padding; 425 #endif 423 426 /** @} */ 424 427 -
trunk/src/VBox/VMM/include/VMMInternal.mac
r47456 r47460 109 109 110 110 .hR0ThreadCtx RTR0PTR_RES 1 111 %if HC_ARCH_BITS == 32 112 .u32Padding resd 1 113 %endif 111 114 112 115 .fInRendezvous resb 1
Note:
See TracChangeset
for help on using the changeset viewer.