Index: src/ic/mips64/ic-mips64.cc |
diff --git a/src/ic/mips64/ic-mips64.cc b/src/ic/mips64/ic-mips64.cc |
index 54e6e643d2e0ddce43b96ae6755e3c2f63153fa9..1ec49c45d479435eab4b0b1a0be53e00de3561bc 100644 |
--- a/src/ic/mips64/ic-mips64.cc |
+++ b/src/ic/mips64/ic-mips64.cc |
@@ -668,7 +668,7 @@ static void KeyedStoreGenerateMegamorphicHelper( |
__ daddu(address, address, at); |
__ lw(scratch_value, MemOperand(address)); |
__ Branch(&fast_double_without_map_check, ne, scratch_value, |
- Operand(kHoleNanUpper32)); |
+ Operand(static_cast<int32_t>(kHoleNanUpper32))); |
__ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, |
slow); |