| Index: runtime/vm/code_generator_x64.h
|
| ===================================================================
|
| --- runtime/vm/code_generator_x64.h (revision 4638)
|
| +++ runtime/vm/code_generator_x64.h (working copy)
|
| @@ -203,7 +203,9 @@
|
|
|
| bool IsResultNeeded(AstNode* node) const;
|
|
|
| - void GenerateCall(intptr_t token_index, const ExternalLabel* ext_label);
|
| + void GenerateCall(intptr_t token_index,
|
| + const ExternalLabel* ext_label,
|
| + PcDescriptors::Kind desc_kind);
|
| void GenerateCallRuntime(intptr_t node_id,
|
| intptr_t token_index,
|
| const RuntimeEntry& entry);
|
|
|