Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index 04b33f617cd130aced6f8656aa50c17e30cbff1d..aeafbcd74b14d4a418e5c210a8e2d2fc860668f4 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -112,7 +112,9 @@ class LCodeGen BASE_EMBEDDED { |
void DoDeferredNumberTagD(LNumberTagD* instr); |
enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; |
- void DoDeferredNumberTagI(LInstruction* instr, IntegerSignedness signedness); |
+ void DoDeferredNumberTagI(LInstruction* instr, |
+ LOperand* value, |
+ IntegerSignedness signedness); |
void DoDeferredTaggedToI(LTaggedToI* instr); |
void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr); |