Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
| index 66b2c38d53b8e1b6ea4c8872b6e2766d8b9e836d..533944d62d4bfe3602d12a26e55a3cd59c85f5d3 100644 |
| --- a/runtime/vm/stub_code.h |
| +++ b/runtime/vm/stub_code.h |
| @@ -22,7 +22,7 @@ class SnapshotWriter; |
| // isolates running in this dart process. |
| #if !defined(TARGET_ARCH_DBC) |
| #define VM_STUB_CODE_LIST(V) \ |
| - V(GetStackPointer) \ |
| + V(GetCStackPointer) \ |
| V(JumpToFrame) \ |
| V(RunExceptionHandler) \ |
| V(DeoptForRewind) \ |