VirtualBox

Changeset 1282 in vbox for trunk/include


Ignore:
Timestamp:
Mar 6, 2007 11:54:34 PM (18 years ago)
Author:
vboxsync
Message:

Disabled PGM_DYNAMIC_RAM_ALLOC for darwin as too, will fix later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pgm.h

    r1250 r1282  
    3535
    3636/** Enable dynamic allocation of guest physical RAM. */
    37 #ifndef __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. */
    3838#define PGM_DYNAMIC_RAM_ALLOC
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette