Author: leo Date: Fri Nov 4 14:30:31 2005 New Revision: 9789 Modified: trunk/jit/i386/jit_emit.h Log: fix neg 0.0 jit/x86
Modified: trunk/jit/i386/jit_emit.h ============================================================================== --- trunk/jit/i386/jit_emit.h (original) +++ trunk/jit/i386/jit_emit.h Fri Nov 4 14:30:31 2005 @@ -49,8 +49,8 @@ extern UINTVAL ld(UINTVAL); -/* #define NEG_MINUS_ZERO */ -#define NEG_ZERO_SUB +#define NEG_MINUS_ZERO +/* #define NEG_ZERO_SUB */ /* Register codes */ #define emit_None 0
