VirtualBox

Changeset 41270 in vbox for trunk/include/VBox/vmm


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

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx.h

    r41247 r41270  
    9696 * CPU context core.
    9797 */
    98 #ifndef VBOX_FOR_DTRACE_LIB
    99 # pragma pack(1)
    100 #endif
     98#pragma pack(1)
    10199typedef struct CPUMCTXCORE
    102100{
     
    197195
    198196} CPUMCTXCORE;
    199 
    200 # ifndef VBOX_FOR_DTRACE_LIB
    201 #  pragma pack()
    202 # endif
     197#pragma pack()
    203198
    204199
     
    206201 * CPU context.
    207202 */
    208 #ifndef VBOX_FOR_DTRACE_LIB
    209 # pragma pack(1)
    210 #endif
     203#pragma pack(1)
    211204typedef struct CPUMCTX
    212205{
     
    376369    /** @} */
    377370
    378 # if 0
     371#if 0
    379372    /** Padding to align the size on a 64 byte boundary. */
    380373    uint32_t        padding[6];
    381 # endif
     374#endif
    382375} CPUMCTX;
    383 # ifndef VBOX_FOR_DTRACE_LIB
    384 #  pragma pack()
    385 # endif
     376#pragma pack()
    386377
    387378#ifndef VBOX_FOR_DTRACE_LIB
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