| Index: runtime/vm/stub_code_x64.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_x64.cc (revision 40703)
|
| +++ runtime/vm/stub_code_x64.cc (working copy)
|
| @@ -1783,7 +1783,7 @@
|
| __ movq(RAX, Address(RSP, kInstanceOffsetInBytes));
|
| __ LoadObject(R12, Object::null_object(), PP);
|
| if (n > 1) {
|
| - __ LoadClass(R10, RAX);
|
| + __ LoadClass(R10, RAX, Isolate::Current(), kNoRegister);
|
| // Compute instance type arguments into R13.
|
| Label has_no_type_arguments;
|
| __ movq(R13, R12);
|
|
|