| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 10341)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -617,6 +617,8 @@
|
| __ int3();
|
|
|
| __ Bind(&is_assignable); // For a null object.
|
| + __ popl(EDX); // Remove pushed instantiator type arguments.
|
| + __ popl(ECX); // Remove pushed instantiator.
|
| return;
|
| }
|
|
|
| @@ -646,7 +648,7 @@
|
| __ popl(EAX);
|
|
|
| __ Bind(&is_assignable);
|
| - __ popl(EDX); // Remove pushed instantiator type arguments..
|
| + __ popl(EDX); // Remove pushed instantiator type arguments.
|
| __ popl(ECX); // Remove pushed instantiator.
|
| }
|
|
|
|
|