Changeset 38708 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 9, 2011 2:38:59 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73952
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r38707 r38708 90 90 #if 1 /* testing */ 91 91 # define PGM_WITH_MMIO_OPTIMIZATIONS 92 #endif93 94 /**95 * Chunk unmapping code activated on 32-bit hosts for > 1.5/2 GB guest memory support96 */97 #if (HC_ARCH_BITS == 32) && !defined(RT_OS_DARWIN)98 # define PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST99 92 #endif 100 93
Note:
See TracChangeset
for help on using the changeset viewer.