diff options
Diffstat (limited to 'logic/pipeline.cpp')
| -rw-r--r-- | logic/pipeline.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index a2aaa9f3..cfff7680 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -233,7 +233,7 @@ template<typename... xs>  static cc_noinline  bool maybe_nan(const char* text, const char* fun, int line, const xs&... vals)  { -    bool ret = (is_nan(vals) || ... || true); +    bool ret = (is_nan(vals) || ... || false);      if (ret)          emit_nan_check_msg(text, fun, line); | 
