Index: src/mips64/lithium-codegen-mips64.h |
diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h |
index be08bd49e333cb613a2cd92d41fe7af8aa8c8172..904a62cea80e11efa4b255dd50945638b63ee3ad 100644 |
--- a/src/mips64/lithium-codegen-mips64.h |
+++ b/src/mips64/lithium-codegen-mips64.h |
@@ -75,7 +75,7 @@ class LCodeGen: public LCodeGenBase { |
DoubleRegister EmitLoadDoubleRegister(LOperand* op, |
FloatRegister flt_scratch, |
DoubleRegister dbl_scratch); |
- int32_t ToRepresentation_donotuse(LConstantOperand* op, |
+ int64_t ToRepresentation_donotuse(LConstantOperand* op, |
const Representation& r) const; |
int32_t ToInteger32(LConstantOperand* op) const; |
Smi* ToSmi(LConstantOperand* op) const; |