Convert -ieee to -noieee so we are caculate correctly as default.
[cacao.git] / jit.h
diff --git a/jit.h b/jit.h
index b523db4ba58178dc89d6ad3e71123a94b005d625..effae333f4449f76f6520f9eba4a2b7c02400fdb 100644 (file)
--- a/jit.h
+++ b/jit.h
@@ -35,7 +35,7 @@ extern bool inlineoutsiders; /* inline methods, that are not member of the invok
 extern bool checkbounds;        /* check array bounds                         */
 extern bool opt_loops;          /* optimize array accesses in loops           */
 extern bool checknull;          /* check null pointers                        */
-extern bool checkfloats;        /* implement ieee compliant floats            */
+extern bool opt_noieee;         /* don't implement ieee compliant floats      */
 extern bool checksync;          /* do synchronization                         */
 
 extern bool getcompilingtime;   /* compute compile time                       */