aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4value_p.h')
-rw-r--r--src/qml/jsruntime/qv4value_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4value_p.h b/src/qml/jsruntime/qv4value_p.h
index 7c895e3637..20a84beccd 100644
--- a/src/qml/jsruntime/qv4value_p.h
+++ b/src/qml/jsruntime/qv4value_p.h
@@ -226,7 +226,7 @@ struct Q_QML_PRIVATE_EXPORT Value
};
// Used only by 64-bit encoding
- static const quint64 NaNEncodeMask = 0xfffc000000000000ll;
+ static const quint64 NaNEncodeMask = 0xfffc000000000000ull;
enum {
IsDouble_Shift = 64-14,
IsManagedOrUndefined_Shift = 64-15,