Index: runtime/vm/assembler_ia32.h |
diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h |
index 075ac702405c26e1764ebf8291f4388dedb16474..536a06ea24b2098922f1e19d8bb68b5d4bef9b5a 100644 |
--- a/runtime/vm/assembler_ia32.h |
+++ b/runtime/vm/assembler_ia32.h |
@@ -738,6 +738,7 @@ class Assembler : public ValueObject { |
void CallRuntime(const RuntimeEntry& entry, intptr_t argument_count); |
void Call(const StubEntry& stub_entry); |
+ void CallToRuntime(); |
void Jmp(const StubEntry& stub_entry); |
void J(Condition condition, const StubEntry& stub_entry); |