Index: runtime/vm/assembler_mips.h |
=================================================================== |
--- runtime/vm/assembler_mips.h (revision 26825) |
+++ runtime/vm/assembler_mips.h (working copy) |
@@ -1080,7 +1080,7 @@ |
const Address& dest, |
const Object& value); |
- void CallRuntime(const RuntimeEntry& entry); |
+ void CallRuntime(const RuntimeEntry& entry, intptr_t argument_count); |
// Set up a Dart frame on entry with a frame pointer and PC information to |
// enable easy access to the RawInstruction object of code corresponding |