VirtualBox

Changeset 13359

Show
Ignore:
Timestamp:
10/17/08 00:20:52 (3 months ago)
Author:
vboxsync
Message:

solaris new recompiler

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/recompiler_new/Makefile.kmk

    r13357 r13359  
    4444$(REM_MOD)_DEFS            += REM_PHYS_ADDR_IN_TLB 
    4545#$(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 
     47ifdef VBOX_SOLARIS_10 
     48 $(REM_MOD)_DEFS.solaris = HOST_SOLARIS=10 
     49else 
     50 $(REM_MOD)_DEFS.solaris = HOST_SOLARIS=11 
     51endif 
    4752 
    4853$(REM_MOD)_INCS             =     \ 
  • trunk/src/recompiler_new/fpu/softfloat-native.h

    r1 r13359  
    3232#define islessequal(x, y)       ((!unordered(x, y)) && ((x) <= (y))) 
    3333#define isunordered(x,y)        unordered(x, y) 
     34#define isinf(x)                ((fpclass(x) == FP_NINF) || (fpclass(x) == FP_PINF)) 
     35 
    3436#endif 
    3537 
  • trunk/src/recompiler_new/osdep.h

    r13357 r13359  
    55 
    66#include <iprt/alloc.h> 
     7#include <iprt/alloca.h> 
    78#include <iprt/stdarg.h> 
    89#include <iprt/string.h> 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy