Changeset 41259 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 11, 2012 8:18:18 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r41247 r41259 36 36 #else 37 37 # pragma D depends_on library vbox-types.d 38 # pragma D depends_on library CPUMInternal.d 39 /*# define ___CPUMInternal_h*/ 38 40 #endif 39 41 … … 908 910 /** @} */ 909 911 910 #ifndef VBOX_FOR_DTRACE_LIB /** @todo VBoxCPP expression evaluation */911 912 #if HC_ARCH_BITS != 64 912 913 /** Padding - the unions must be aligned on a 64 bytes boundary and the unions 913 914 * must start at the same offset on both 64-bit and 32-bit hosts. */ 914 915 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 32 : 0]; 915 #endif916 916 #endif 917 917
Note:
See TracChangeset
for help on using the changeset viewer.