VirtualBox

Changeset 14833 in vbox for trunk/include


Ignore:
Timestamp:
Nov 30, 2008 11:14:27 AM (16 years ago)
Author:
vboxsync
Message:

Drop the global VBOX_WITH_NEW_RECOMPILER global.

File:
1 edited

Legend:

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

    r14543 r14833  
    751751#endif
    752752
    753 #ifdef VBOX_WITH_NEW_RECOMPILER
    754753/** @def VM_REM_SIZE
    755754 * Must be multiple of 32 and coherent with REM_ENV_SIZE from REMInternal.h. */
     
    759758# define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x10900 : 0x10900)
    760759#endif
    761 #else  /* !VBOX_WITH_NEW_RECOMILER */
    762 #if GC_ARCH_BITS == 32
    763 # define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x6f00 : 0xbf00)
    764 #else
    765 # define VM_REM_SIZE        (HC_ARCH_BITS == 32 ? 0x9f00 : 0xdf00)
    766 #endif
    767 #endif /* !VBOX_WITH_NEW_RECOMILER */
    768760        char        padding[VM_REM_SIZE];   /* multiple of 32 */
    769761    } rem;
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