VirtualBox

Changeset 13652 in vbox for trunk/include


Ignore:
Timestamp:
Oct 29, 2008 2:16:35 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38594
Message:

Solaris and general 32-bit compilation fixes

File:
1 edited

Legend:

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

    r13572 r13652  
    700700 * Must be multiple of 32 and coherent with REM_ENV_SIZE from REMInternal.h. */
    701701#if GC_ARCH_BITS == 32
    702 # define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0xff00 : 0xff00)
     702# define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x10800 : 0x10800)
    703703#else
    704704# define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x10900 : 0x10900)
Note: See TracChangeset for help on using the changeset viewer.

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