Changeset 19297 in vbox for trunk/src/recompiler
- Timestamp:
- May 1, 2009 5:03:40 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46752
- Location:
- trunk/src/recompiler
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r18914 r19297 109 109 $(REM_MOD)_DEFS += IN_REM_R3 REM_INCLUDE_CPU_H 110 110 #$(REM_MOD)_DEFS += REM_PHYS_ADDR_IN_TLB 111 $(REM_MOD)_DEFS += VBOX_WITH_NEW_RECOMPILER112 111 #$(REM_MOD)_DEFS += DEBUG_ALL_LOGGING DEBUG_DISAS DEBUG_PCALL DEBUG_EXEC DEBUG_FLUSH DEBUG_IOPORT DEBUG_SIGNAL DEBUG_TLB_CHECK DEBUG_TB_INVALIDATE DEBUG_TLB # Enables huge amounts of debug logging. 113 112 #$(REM_MOD)_DEFS += DEBUG_TMP_LOGGING # log qemu parts to "/tmp/vbox-qemu.log" - does not work with VBoxREM2. … … 206 205 VBoxREMWrapper_NAME = VBoxREM 207 206 VBoxREMWrapper_DEFS = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,) 208 VBoxREMWrapper_DEFS += VBOX_WITH_NEW_RECOMPILER209 207 ifdef VBOX_USE_REM64 210 208 VBoxREMWrapper_DEFS += VBOX_USE_BITNESS_SELECTOR … … 299 297 testmath_LDFLAGS = -g 300 298 testmath_DEFS = MATHTEST_STANDALONE 301 testmath_DEFS += VBOX_WITH_NEW_RECOMPILER302 299 testmath_SOURCES = Sun/testmath.c 303 300
Note:
See TracChangeset
for help on using the changeset viewer.