aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/float.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/float.c')
-rw-r--r--src/pkg/runtime/float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/float.c b/src/pkg/runtime/float.c
index f481519f65..4d9f125977 100644
--- a/src/pkg/runtime/float.c
+++ b/src/pkg/runtime/float.c
@@ -4,7 +4,7 @@
#include "runtime.h"
-static uint64 uvnan = 0x7FF0000000000001ULL;
+static uint64 uvnan = 0x7FF8000000000001ULL;
static uint64 uvinf = 0x7FF0000000000000ULL;
static uint64 uvneginf = 0xFFF0000000000000ULL;