| Index: runtime/vm/code_generator_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.cc (revision 7716)
|
| +++ runtime/vm/code_generator_ia32.cc (working copy)
|
| @@ -2412,8 +2412,9 @@
|
| }
|
|
|
|
|
| +// Pushes either the instantiator or null.
|
| // Pushes the type arguments of the instantiator on the stack.
|
| -// Destroys EBX.
|
| +// Destroys EBX, ECX.
|
| void CodeGenerator::GenerateInstantiatorTypeArguments(intptr_t token_index,
|
| bool push_instantiator) {
|
| if (push_instantiator) {
|
|
|