| Index: runtime/vm/constants_arm.h
|
| diff --git a/runtime/vm/constants_arm.h b/runtime/vm/constants_arm.h
|
| index 5639af52a9460207d754faa0d1a9e7dd83fe6b64..f544a77d6f36515d9c658fec920950b419fb27c9 100644
|
| --- a/runtime/vm/constants_arm.h
|
| +++ b/runtime/vm/constants_arm.h
|
| @@ -283,7 +283,7 @@ const Register ICREG = R9; // IC data register.
|
| const Register ARGS_DESC_REG = R4;
|
| const Register CODE_REG = R6;
|
| const Register THR = R10; // Caches current thread in generated code.
|
| -const Register CALLEE_SAVED_TEMP = R6;
|
| +const Register CALLEE_SAVED_TEMP = R8;
|
|
|
| // R15 encodes APSR in the vmrs instruction.
|
| const Register APSR = R15;
|
|
|