VirtualBox

Changeset 38942 in vbox


Ignore:
Timestamp:
Oct 5, 2011 1:17:23 PM (13 years ago)
Author:
vboxsync
Message:

now it should compile...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMInternal.h

    r38941 r38942  
    169169
    170170
     171#ifdef IN_RING3
     172
    171173/**
    172174 * VM internal data kept in the UVM.
     
    188190    volatile uint32_t               cUvmRefs;
    189191
    190 #ifdef VBOX_WITH_STATISTICS
     192# ifdef VBOX_WITH_STATISTICS
    191193    /** Number of VMR3ReqAlloc returning a new packet. */
    192194    STAMCOUNTER                     StatReqAllocNew;
     
    207209     * onto the list. */
    208210    STAMCOUNTER                     StatReqPushBackRaces;
    209 #endif
     211# endif
    210212
    211213    /** Pointer to the support library session.
     
    305307    RTUUID                          Uuid;
    306308} VMINTUSERPERVM;
    307 #ifdef VBOX_WITH_STATISTICS
     309# ifdef VBOX_WITH_STATISTICS
    308310AssertCompileMemberAlignment(VMINTUSERPERVM, StatReqAllocNew, 8);
    309 #endif
     311# endif
    310312
    311313/** Pointer to the VM internal data kept in the UVM. */
     
    383385        }                           Method12;
    384386
    385 #if 0
     387# if 0
    386388       /**
    387389        * Method 3 & 4 - Same as method 1 & 2 respectivly, except that we
     
    415417           uint64_t                 u64StartSpinTS;
    416418       }                            Method34;
    417 #endif
     419# endif
    418420    }                               Halt;
    419421
     
    429431    /** @} */
    430432} VMINTUSERPERVMCPU;
    431 #ifdef IN_RING3
    432433AssertCompileMemberAlignment(VMINTUSERPERVMCPU, u64HaltsStartTS, 8);
    433434AssertCompileMemberAlignment(VMINTUSERPERVMCPU, Halt.Method12.cNSBlockedTooLongAvg, 8);
    434435AssertCompileMemberAlignment(VMINTUSERPERVMCPU, StatHaltYield, 8);
    435 #endif
    436436
    437437/** Pointer to the VM internal data kept in the UVM. */
    438438typedef VMINTUSERPERVMCPU *PVMINTUSERPERVMCPU;
     439
     440#endif /* IN_RING3 */
    439441
    440442RT_C_DECLS_BEGIN
Note: See TracChangeset for help on using the changeset viewer.

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