| Index: runtime/vm/stub_code_arm64.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_arm64.cc (revision 40703)
|
| +++ runtime/vm/stub_code_arm64.cc (working copy)
|
| @@ -1865,7 +1865,7 @@
|
| ASSERT((1 <= n) && (n <= 3));
|
| if (n > 1) {
|
| // Get instance type arguments.
|
| - __ LoadClass(R3, R0, kNoPP);
|
| + __ LoadClass(R3, R0, Isolate::Current(), kNoPP);
|
| // Compute instance type arguments into R4.
|
| Label has_no_type_arguments;
|
| __ LoadObject(R4, Object::null_object(), PP);
|
|
|