- Timestamp:
- Sep 10, 2010 3:39:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r31847 r32418 76 76 }; 77 77 78 79 #if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64) 80 /* Increase the size of the image to work around the refusal of Win64 to 81 * load images in the 0x80000 range. 82 */ 83 static uint64_t u64BloatImage[8192] = {0}; 84 #endif 78 85 79 86 /**
Note:
See TracChangeset
for help on using the changeset viewer.