| Index: runtime/vm/stub_code_arm64.cc
|
| diff --git a/runtime/vm/stub_code_arm64.cc b/runtime/vm/stub_code_arm64.cc
|
| index 8c197ae9633a60e4a181dce76346ca96927bc3c6..7624fa20acb2b55281d2b66ae99b601fe33f2257 100644
|
| --- a/runtime/vm/stub_code_arm64.cc
|
| +++ b/runtime/vm/stub_code_arm64.cc
|
| @@ -786,7 +786,7 @@ void StubCode::GenerateInvokeDartCodeStub(Assembler* assembler) {
|
|
|
| // Copy the C stack pointer (R31) into the stack pointer we'll actually use
|
| // to access the stack, and put the C stack pointer at the stack limit.
|
| - __ SetupDartSP(Isolate::GetSpecifiedStackSize());
|
| + __ SetupDartSP(OSThread::GetSpecifiedStackSize());
|
| __ EnterFrame(0);
|
|
|
| // Push code object to PC marker slot.
|
|
|