| Index: src/compiler/interpreter-assembler.h
|
| diff --git a/src/compiler/interpreter-assembler.h b/src/compiler/interpreter-assembler.h
|
| index ae5114da3b4519aa847c6648dcd91fc6823bd531..2fe4fbb6db480097a3d4fe54d0a6879b8be50429 100644
|
| --- a/src/compiler/interpreter-assembler.h
|
| +++ b/src/compiler/interpreter-assembler.h
|
| @@ -88,6 +88,7 @@ class InterpreterAssembler {
|
| // Basic arithmetic operations.
|
| Node* IntPtrAdd(Node* a, Node* b);
|
| Node* IntPtrSub(Node* a, Node* b);
|
| + Node* Int32Sub(Node* a, Node* b);
|
| Node* WordShl(Node* value, int shift);
|
|
|
| // Load constant at |index| in the constant pool.
|
|
|