| Index: src/compiler/linkage.h
|
| diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
|
| index ea20b655ca2f1f08e3331cdc9b480eb311648503..2fee957fa3144cb84596915573da7cead7f9a7ba 100644
|
| --- a/src/compiler/linkage.h
|
| +++ b/src/compiler/linkage.h
|
| @@ -281,8 +281,9 @@ class Linkage : public ZoneObject {
|
|
|
| // Special parameter indices used to pass fixed register data through
|
| // interpreter dispatches.
|
| - static const int kInterpreterBytecodeParameter = 0;
|
| - static const int kInterpreterDispatchTableParameter = 1;
|
| + static const int kInterpreterBytecodeOffsetParameter = 0;
|
| + static const int kInterpreterBytecodeArrayParameter = 1;
|
| + static const int kInterpreterDispatchTableParameter = 2;
|
|
|
| private:
|
| CallDescriptor* const incoming_;
|
|
|