- Timestamp:
- Sep 10, 2009 11:08:50 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52194
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMInternal.h
r22924 r22929 88 88 #endif 89 89 } MMHEAPSTAT; 90 #if def MMR3HEAP_WITH_STATISTICS90 #if defined(MMR3HEAP_WITH_STATISTICS) && !defined(IN_TSTVMSTRUCTGC) 91 91 AssertCompileMemberAlignment(MMHEAPSTAT, cAllocations, 8); 92 92 #endif -
trunk/src/VBox/VMM/PGMInternal.h
r22926 r22929 2587 2587 #endif 2588 2588 } PGM; 2589 #ifndef IN_TSTVMSTRUCTGC /* HACK */ 2589 2590 AssertCompileMemberAlignment(PGM, paDynPageMap32BitPTEsGC, 8); 2590 2591 AssertCompileMemberAlignment(PGM, HCPhysInterPD, 8); … … 2596 2597 AssertCompileMemberAlignment(PGM, aHandyPages, 8); 2597 2598 AssertCompileMemberAlignment(PGM, cRelocations, 8); 2599 #endif /* !IN_TSTVMSTRUCTGC */ 2598 2600 /** Pointer to the PGM instance data. */ 2599 2601 typedef PGM *PPGM; -
trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp
r22919 r22929 53 53 * Header Files * 54 54 *******************************************************************************/ 55 #define IN_TSTVMSTRUCTGC 1 55 56 #include <VBox/cfgm.h> 56 57 #include <VBox/cpum.h>
Note:
See TracChangeset
for help on using the changeset viewer.