| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index cc310b74dd55d8f2daf0bbea54127e02e52fca86..093e82a1fc7cb69b80fb071afe18e6d0b612c9f8 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -116,6 +116,8 @@ class Zone;
|
| StubCode::CallToRuntime_entry()->EntryPoint(), 0) \
|
| V(uword, megamorphic_call_checked_entry_, \
|
| StubCode::MegamorphicCall_entry()->CheckedEntryPoint(), 0) \
|
| + V(uword, monomorphic_miss_entry_, \
|
| + StubCode::MonomorphicMiss_entry()->EntryPoint(), 0) \
|
|
|
| #endif
|
|
|
|
|