| Index: runtime/vm/assembler_arm.h
|
| ===================================================================
|
| --- runtime/vm/assembler_arm.h (revision 26825)
|
| +++ runtime/vm/assembler_arm.h (working copy)
|
| @@ -699,7 +699,7 @@
|
| void EnterCallRuntimeFrame(intptr_t frame_space);
|
| void LeaveCallRuntimeFrame();
|
|
|
| - 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
|
|
|