Changeset 13359
- Timestamp:
- 10/17/08 00:20:52 (3 months ago)
- Files:
-
- trunk/src/recompiler_new/Makefile.kmk (modified) (1 diff)
- trunk/src/recompiler_new/fpu/softfloat-native.h (modified) (1 diff)
- trunk/src/recompiler_new/osdep.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/recompiler_new/Makefile.kmk
r13357 r13359 44 44 $(REM_MOD)_DEFS += REM_PHYS_ADDR_IN_TLB 45 45 #$(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. 46 $(REM_MOD)_DEFS.linux = _GNU_SOURCE 46 $(REM_MOD)_DEFS.linux = _GNU_SOURCE 47 ifdef VBOX_SOLARIS_10 48 $(REM_MOD)_DEFS.solaris = HOST_SOLARIS=10 49 else 50 $(REM_MOD)_DEFS.solaris = HOST_SOLARIS=11 51 endif 47 52 48 53 $(REM_MOD)_INCS = \ trunk/src/recompiler_new/fpu/softfloat-native.h
r1 r13359 32 32 #define islessequal(x, y) ((!unordered(x, y)) && ((x) <= (y))) 33 33 #define isunordered(x,y) unordered(x, y) 34 #define isinf(x) ((fpclass(x) == FP_NINF) || (fpclass(x) == FP_PINF)) 35 34 36 #endif 35 37 trunk/src/recompiler_new/osdep.h
r13357 r13359 5 5 6 6 #include <iprt/alloc.h> 7 #include <iprt/alloca.h> 7 8 #include <iprt/stdarg.h> 8 9 #include <iprt/string.h>

