Index: runtime/vm/runtime_entry.h |
diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h |
index 12209996dfaf131c3b46798e76e5fe63b9c0ef6c..308df283d73678fafbbb9f1344782d9dbaffc1d7 100644 |
--- a/runtime/vm/runtime_entry.h |
+++ b/runtime/vm/runtime_entry.h |
@@ -58,7 +58,8 @@ class RuntimeEntry : public ValueObject { |
uword GetEntryPoint() const; |
// Generate code to call the runtime entry. |
- void Call(Assembler* assembler, intptr_t argument_count) const; |
+ NOT_IN_PRECOMPILED(void Call(Assembler* assembler, intptr_t argument_count) |
+ const); |
void set_next(const RuntimeEntry* next) { next_ = next; } |
const RuntimeEntry* next() const { return next_; } |