Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index 1f02bcfa394f455fe1e44815eea8bda8051169d2..1847f5bc9299c8dc41d1024689b73e72d2646597 100644 |
--- a/runtime/vm/thread.h |
+++ b/runtime/vm/thread.h |
@@ -46,6 +46,8 @@ class Zone; |
#define CACHED_ADDRESSES_LIST(V) \ |
V(uword, update_store_buffer_entry_point_, \ |
StubCode::UpdateStoreBuffer_entry()->EntryPoint(), 0) \ |
+ V(uword, native_call_wrapper_entry_point_, \ |
+ NativeEntry::NativeCallWrapperEntry(), 0) \ |
V(RawString**, predefined_symbols_address_, \ |
Symbols::PredefinedAddress(), NULL) \ |