VirtualBox

Changeset 41271 in vbox for trunk/src


Ignore:
Timestamp:
May 14, 2012 8:47:06 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77931
Message:

cleanup.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r41260 r41271  
    589589                -D VBOX_FOR_DTRACE_LIB \
    590590                -D VBOX_FOR_DTRACE_LIB_$(toupper $(KBUILD_TARGET_ARCH)) \
     591                -D IN_RING0 \
    591592                -D RT_C_DECLS_BEGIN= \
    592593                -D RT_C_DECLS_END= \
  • trunk/src/VBox/VMM/include/CPUMInternal.h

    r41259 r41271  
    302302    } CR4;
    303303
    304 #if 1 /*ndef VBOX_FOR_DTRACE_LIB*/ /* DTrace turns a 'bool' into a uint32_t. Ditto for uint8_t. Stupid, stupid DTrace! */
    305304    /** Synthetic CPU type? */
    306305    bool                    fSyntheticCpu;
     
    311310    bool                    fPendingRestore;
    312311    uint8_t                 abPadding[HC_ARCH_BITS == 64 ? 5 : 1];
    313 #else
    314     uint8_t                 abPadding[(HC_ARCH_BITS == 64 ? 5 : 1) + 3];
    315 #endif
    316312
    317313    /** The standard set of CpuId leaves. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette