Index: runtime/vm/runtime_entry.h |
diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h |
index 0eea4fb76231748e29bccfa865e45a1abdfb20ae..86c109d328c9f6f36e6e2ab0a048a2e490e27d43 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_; } |