| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index cba3cdf811c913fad1a81ffaf4feccbdabef16da..3f6563301654e7b75959c3ead116888d45ee65a4 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -67,7 +67,8 @@ class SnapshotWriter;
|
| V(Subtype2TestCache) \
|
| V(Subtype3TestCache) \
|
| V(CallClosureNoSuchMethod) \
|
| - V(FrameAwaitingMaterialization)
|
| + V(FrameAwaitingMaterialization) \
|
| + V(AsynchronousGapMarker)
|
|
|
| #else
|
| #define VM_STUB_CODE_LIST(V) \
|
| @@ -79,7 +80,8 @@ class SnapshotWriter;
|
| V(Deoptimize) \
|
| V(DeoptimizeLazyFromReturn) \
|
| V(DeoptimizeLazyFromThrow) \
|
| - V(FrameAwaitingMaterialization)
|
| + V(FrameAwaitingMaterialization) \
|
| + V(AsynchronousGapMarker)
|
|
|
| #endif // !defined(TARGET_ARCH_DBC)
|
|
|
|
|