Fix debug reset.
[riscv-isa-sim.git] / softfloat / s_commonNaNToF64UI.c
old mode 100755 (executable)
new mode 100644 (file)
index 0555e1f..8b13789
@@ -1,17 +1 @@
 
-#include <stdint.h>
-#include "platform.h"
-#include "specialize.h"
-
-/*----------------------------------------------------------------------------
-| Returns the result of converting the canonical NaN `a' to the double-
-| precision floating-point format.
-*----------------------------------------------------------------------------*/
-
-uint_fast64_t softfloat_commonNaNToF64UI( struct commonNaN a )
-{
-
-    return defaultNaNF64UI;
-
-}
-