VirtualBox

Changeset 14833 in vbox


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

Drop the global VBOX_WITH_NEW_RECOMPILER global.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r14812 r14833  
    10681068ifdef VBOX_PATH_APP_DOCS
    10691069 DEFS += RTPATH_APP_DOCS=\"$(VBOX_PATH_APP_DOCS)\"
    1070 endif
    1071 ## @todo eliminate these guys.
    1072 ifdef VBOX_WITH_NEW_RECOMPILER
    1073  DEFS += VBOX_WITH_NEW_RECOMPILER
    10741070endif
    10751071
  • 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;
  • trunk/src/VBox/VMM/Makefile.kmk

    r14785 r14833  
    4040ifdef VBOX_WITH_R0_LOGGING
    4141VMMR3_DEFS     += VBOX_WITH_R0_LOGGING
     42endif
     43ifdef VBOX_WITH_NEW_RECOMPILER
     44VMMR3_DEFS     += VBOX_WITH_NEW_RECOMPILER
    4245endif
    4346VMMR3_DEFS.darwin = VBOX_WITH_2X_4GB_ADDR_SPACE VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R3
     
    303306VMMGC_DEFS     += VBOX_WITH_R0_LOGGING
    304307endif
     308ifdef VBOX_WITH_NEW_RECOMPILER
     309VMMGC_DEFS     += VBOX_WITH_NEW_RECOMPILER
     310endif
    305311VMMGC_DEFS.darwin = VBOX_WITH_2X_4GB_ADDR_SPACE VBOX_WITH_2X_4GB_ADDR_SPACE_IN_RC
    306312VMMGC_SYSSUFF   = .gc
     
    399405VMMR0_DEFS     += VBOX_WITH_R0_LOGGING
    400406endif
     407ifdef VBOX_WITH_NEW_RECOMPILER
     408VMMR0_DEFS     += VBOX_WITH_NEW_RECOMPILER
     409endif
    401410VMMR0_DEFS.darwin = VBOX_WITH_2X_4GB_ADDR_SPACE VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    402411ifeq ($(VBOX_LDR_FMT),pe)
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r14515 r14833  
    9292tstVMStructGC_DEFS     += VBOX_WITH_R0_LOGGING
    9393endif
     94ifdef VBOX_WITH_NEW_RECOMPILER
     95tstVMStructGC_DEFS     += VBOX_WITH_NEW_RECOMPILER
     96endif
    9497tstVMStructGC_SOURCES   = tstVMStructGC.cpp
    9598tstVMStructGC_INCS      = $(VBOX_PATH_VMM_SRC) $(VBOX_PATH_VMM_SRC)/PATM
     
    103106tstVMStructSize_DEFS   += VBOX_WITH_R0_LOGGING
    104107endif
     108ifdef VBOX_WITH_NEW_RECOMPILER
     109tstVMStructSize_DEFS   += VBOX_WITH_NEW_RECOMPILER
     110endif
    105111ifdef VBOX_WITH_VMI
    106112tstVMStructSize_DEFS   += VBOX_WITH_VMI
     
    113119tstAsmStructs_DEFS     += VBOX_WITH_R0_LOGGING
    114120endif
     121ifdef VBOX_WITH_NEW_RECOMPILER
     122tstAsmStruct_DEFS      += VBOX_WITH_NEW_RECOMPILER
     123endif
    115124tstAsmStructs_INCS      = $(VBOX_PATH_VMM_SRC) $(VBOX_VMM_TESTCASE_OUT_DIR)
    116125tstAsmStructs_SOURCES   = tstAsmStructs.cpp
     
    120129ifdef VBOX_WITH_R0_LOGGING
    121130tstAsmStructsGC_DEFS   += VBOX_WITH_R0_LOGGING
     131endif
     132ifdef VBOX_WITH_NEW_RECOMPILER
     133tstAsmStructGC_DEFS    += VBOX_WITH_NEW_RECOMPILER
    122134endif
    123135tstAsmStructsGC_INCS    = $(VBOX_PATH_VMM_SRC) $(VBOX_VMM_TESTCASE_OUT_DIR)
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