VirtualBox

Changeset 22929 in vbox for trunk


Ignore:
Timestamp:
Sep 10, 2009 11:08:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52194
Message:

build hacking.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMInternal.h

    r22924 r22929  
    8888#endif
    8989} MMHEAPSTAT;
    90 #ifdef MMR3HEAP_WITH_STATISTICS
     90#if defined(MMR3HEAP_WITH_STATISTICS) && !defined(IN_TSTVMSTRUCTGC)
    9191AssertCompileMemberAlignment(MMHEAPSTAT, cAllocations, 8);
    9292#endif
  • trunk/src/VBox/VMM/PGMInternal.h

    r22926 r22929  
    25872587#endif
    25882588} PGM;
     2589#ifndef IN_TSTVMSTRUCTGC /* HACK */
    25892590AssertCompileMemberAlignment(PGM, paDynPageMap32BitPTEsGC, 8);
    25902591AssertCompileMemberAlignment(PGM, HCPhysInterPD, 8);
     
    25962597AssertCompileMemberAlignment(PGM, aHandyPages, 8);
    25972598AssertCompileMemberAlignment(PGM, cRelocations, 8);
     2599#endif /* !IN_TSTVMSTRUCTGC */
    25982600/** Pointer to the PGM instance data. */
    25992601typedef PGM *PPGM;
  • trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp

    r22919 r22929  
    5353*   Header Files                                                               *
    5454*******************************************************************************/
     55#define IN_TSTVMSTRUCTGC 1
    5556#include <VBox/cfgm.h>
    5657#include <VBox/cpum.h>
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