| Index: src/compiler/linkage.h
|
| diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
|
| index f5507a0594ea56fdfe2c3dd37300f4857e234cbb..57203627887647cbaa1736d45292054d121adbbe 100644
|
| --- a/src/compiler/linkage.h
|
| +++ b/src/compiler/linkage.h
|
| @@ -335,6 +335,7 @@ class Linkage : public ZoneObject {
|
| static const int kInterpreterBytecodeOffsetParameter = 2;
|
| static const int kInterpreterBytecodeArrayParameter = 3;
|
| static const int kInterpreterDispatchTableParameter = 4;
|
| + static const int kInterpreterContextParameter = 5;
|
|
|
| private:
|
| CallDescriptor* const incoming_;
|
|
|