diff --git a/src/engine/framework/System.cpp b/src/engine/framework/System.cpp index a863dcbce4..1e6409dc46 100644 --- a/src/engine/framework/System.cpp +++ b/src/engine/framework/System.cpp @@ -437,6 +437,13 @@ static void SetFloatingPointExceptions() _controlfp_s(¤t, exceptions, _MCW_EM); #endif #endif +// TODO: remove it. +#if 1 +const float x = -1.0f; +const float f = 0.0f; +printf("%f\n", sqrt(x)); +printf(" %f\n", 1/f); +#endif } // Common code for fatal and non-fatal exit