- Timestamp:
- May 14, 2012 8:47:06 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77931
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r41260 r41271 589 589 -D VBOX_FOR_DTRACE_LIB \ 590 590 -D VBOX_FOR_DTRACE_LIB_$(toupper $(KBUILD_TARGET_ARCH)) \ 591 -D IN_RING0 \ 591 592 -D RT_C_DECLS_BEGIN= \ 592 593 -D RT_C_DECLS_END= \ -
trunk/src/VBox/VMM/include/CPUMInternal.h
r41259 r41271 302 302 } CR4; 303 303 304 #if 1 /*ndef VBOX_FOR_DTRACE_LIB*/ /* DTrace turns a 'bool' into a uint32_t. Ditto for uint8_t. Stupid, stupid DTrace! */305 304 /** Synthetic CPU type? */ 306 305 bool fSyntheticCpu; … … 311 310 bool fPendingRestore; 312 311 uint8_t abPadding[HC_ARCH_BITS == 64 ? 5 : 1]; 313 #else314 uint8_t abPadding[(HC_ARCH_BITS == 64 ? 5 : 1) + 3];315 #endif316 312 317 313 /** The standard set of CpuId leaves. */
Note:
See TracChangeset
for help on using the changeset viewer.