| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 41310)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -879,10 +879,6 @@
|
| // Call the dart code entrypoint.
|
| __ call(Address(EBP, kEntryPointOffset));
|
|
|
| - // Reread the Context pointer.
|
| - __ movl(CTX, Address(EBP, kNewContextOffset));
|
| - __ movl(CTX, Address(CTX, VMHandles::kOffsetOfRawPtrInHandle));
|
| -
|
| // Reread the arguments descriptor array to obtain the number of passed
|
| // arguments.
|
| __ movl(EDX, Address(EBP, kArgumentsDescOffset));
|
|
|