| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index a528cceea523644bdb575f61f76958bce3e6fdcd..964d77fe139a0deb689972bb2911745de2afc9df 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -266,7 +266,8 @@ class PipelineData {
|
| int fixed_frame_size = 0;
|
| if (descriptor != nullptr) {
|
| fixed_frame_size = (descriptor->kind() == CallDescriptor::kCallAddress)
|
| - ? StandardFrameConstants::kFixedSlotCountAboveFp
|
| + ? StandardFrameConstants::kFixedSlotCountAboveFp +
|
| + StandardFrameConstants::kCPSlotCount
|
| : StandardFrameConstants::kFixedSlotCount;
|
| }
|
| frame_ = new (instruction_zone()) Frame(fixed_frame_size);
|
|
|