| Index: runtime/vm/stub_code_arm.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_arm.cc (revision 40703)
|
| +++ runtime/vm/stub_code_arm.cc (working copy)
|
| @@ -1750,7 +1750,7 @@
|
| ASSERT((1 <= n) && (n <= 3));
|
| if (n > 1) {
|
| // Get instance type arguments.
|
| - __ LoadClass(R3, R0, R4);
|
| + __ LoadClass(R3, R0, R4, Isolate::Current());
|
| // Compute instance type arguments into R4.
|
| Label has_no_type_arguments;
|
| __ LoadImmediate(R4, reinterpret_cast<intptr_t>(Object::null()));
|
|
|