| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index 1ce083a7939522c8169857b5ecd7895cc45b54fe..d9bef66114b9618bb5e43e9ce27b7eb45b1bcb60 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -105,6 +105,8 @@ class Zone;
|
| StubCode::UpdateStoreBuffer_entry()->EntryPoint(), 0) \
|
| V(uword, call_to_runtime_entry_point_, \
|
| StubCode::CallToRuntime_entry()->EntryPoint(), 0) \
|
| + V(uword, megamorphic_lookup_entry_point_, \
|
| + StubCode::MegamorphicLookup_entry()->EntryPoint(), 0) \
|
|
|
| #endif
|
|
|
|
|