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