| Index: runtime/vm/native_arguments.h
|
| diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h
|
| index 9823d8221c72022140f13e78ad22e02aba81364d..7100f9c58eb73e21a40a5b0b2c9a37af6382da1e 100644
|
| --- a/runtime/vm/native_arguments.h
|
| +++ b/runtime/vm/native_arguments.h
|
| @@ -41,7 +41,7 @@ class Thread;
|
| #define CHECK_STACK_ALIGNMENT \
|
| { \
|
| uword (*func)() = reinterpret_cast<uword (*)()>( \
|
| - StubCode::GetStackPointer_entry()->EntryPoint()); \
|
| + StubCode::GetCStackPointer_entry()->EntryPoint()); \
|
| uword current_sp = func(); \
|
| ASSERT(Utils::IsAligned(current_sp, OS::ActivationFrameAlignment())); \
|
| }
|
|
|