Index: src/arm/constants-arm.h |
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h |
index 004165ac32de70a90d4113e34383241653f63daf..c3a5bebd88c18ccc8ded71a75ad9061406a2b070 100644 |
--- a/src/arm/constants-arm.h |
+++ b/src/arm/constants-arm.h |
@@ -403,6 +403,7 @@ const uint32_t kVFPOverflowExceptionBit = 1 << 2; |
const uint32_t kVFPUnderflowExceptionBit = 1 << 3; |
const uint32_t kVFPInexactExceptionBit = 1 << 4; |
const uint32_t kVFPFlushToZeroMask = 1 << 24; |
+const uint32_t kVFPDefaultNaNModeControlBit = 1 << 25; |
const uint32_t kVFPNConditionFlagBit = 1 << 31; |
const uint32_t kVFPZConditionFlagBit = 1 << 30; |