| Index: src/arm64/full-codegen-arm64.cc
|
| diff --git a/src/arm64/full-codegen-arm64.cc b/src/arm64/full-codegen-arm64.cc
|
| index 265f75f97c4fd994e0f00373c5d21d89d9417105..88b31a4da54c7eba97d0b75d0e3a38b90bfd2333 100644
|
| --- a/src/arm64/full-codegen-arm64.cc
|
| +++ b/src/arm64/full-codegen-arm64.cc
|
| @@ -3937,6 +3937,7 @@ void FullCodeGenerator::EmitDefaultConstructorCallSuper(CallRuntime* expr) {
|
|
|
| __ bind(&args_set_up);
|
| __ Peek(x1, Operand(x0, LSL, kPointerSizeLog2));
|
| + __ LoadRoot(x2, Heap::kUndefinedValueRootIndex);
|
|
|
| CallConstructStub stub(isolate(), SUPER_CONSTRUCTOR_CALL);
|
| __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
|
|
|