| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index c80fd490d5f17bdef9b411e124985892aa96fb9e..5c8463057c5bbb9e5b93a4183c32d02cad7d123b 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.h
|
| @@ -65,8 +65,8 @@ class FlowGraphCompiler : public FlowGraphVisitor {
|
| #undef DECLARE_VISIT_COMPUTATION
|
| #undef DECLARE_VISIT_INSTRUCTION
|
|
|
| - // Emit code to load a Value into register RAX.
|
| - void LoadValue(Value* value);
|
| + // Emit code to load a Value into register 'dst'.
|
| + void LoadValue(Register dst, Value* value);
|
|
|
| // Emit an instance call.
|
| void EmitInstanceCall(intptr_t node_id,
|
|
|