| Index: src/crankshaft/s390/lithium-s390.cc
|
| diff --git a/src/crankshaft/s390/lithium-s390.cc b/src/crankshaft/s390/lithium-s390.cc
|
| index ab2ed8f774f41aa0c38d64701fcdeff45a117aa3..3f906c84bd4eedad6567f8572f2b6d1a21dfac92 100644
|
| --- a/src/crankshaft/s390/lithium-s390.cc
|
| +++ b/src/crankshaft/s390/lithium-s390.cc
|
| @@ -850,7 +850,7 @@ void LChunkBuilder::AddInstruction(LInstruction* instr,
|
|
|
| LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) {
|
| LInstruction* result = new (zone()) LPrologue();
|
| - if (info_->num_heap_slots() > 0) {
|
| + if (info_->scope()->num_heap_slots() > 0) {
|
| result = MarkAsCall(result, instr);
|
| }
|
| return result;
|
|
|