| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 10341)
|
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy)
|
| @@ -598,6 +598,8 @@
|
| __ int3();
|
|
|
| __ Bind(&is_assignable); // For a null object.
|
| + __ popq(RDX); // Remove pushed instantiator type arguments.
|
| + __ popq(RCX); // Remove pushed instantiator.
|
| return;
|
| }
|
|
|
| @@ -627,7 +629,7 @@
|
| __ popq(RAX);
|
|
|
| __ Bind(&is_assignable);
|
| - __ popq(RDX); // Remove pushed instantiator type arguments..
|
| + __ popq(RDX); // Remove pushed instantiator type arguments.
|
| __ popq(RCX); // Remove pushed instantiator.
|
| }
|
|
|
|
|