Changeset 1282 in vbox for trunk/include
- Timestamp:
- Mar 6, 2007 11:54:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r1250 r1282 35 35 36 36 /** Enable dynamic allocation of guest physical RAM. */ 37 #if ndef __AMD64__ /* broken in the 64 bits build*/37 #if !defined( __AMD64__) /* broken in the 64 bits build */ && !defined(__DARWIN__) /* doesn't work here either, will fix after the 15th. */ 38 38 #define PGM_DYNAMIC_RAM_ALLOC 39 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.