| Index: runtime/vm/constants_x64.h
|
| diff --git a/runtime/vm/constants_x64.h b/runtime/vm/constants_x64.h
|
| index 9c92faa5d030af33954b91ee4b929e957dfb0385..0cfee293409b80a62575e74a3581f02bae2929c9 100644
|
| --- a/runtime/vm/constants_x64.h
|
| +++ b/runtime/vm/constants_x64.h
|
| @@ -93,7 +93,7 @@ const Register ICREG = RBX; // IC data register.
|
| const Register ARGS_DESC_REG = R10; // Arguments descriptor register.
|
| const Register CODE_REG = R12;
|
| const Register THR = R14; // Caches current thread in generated code.
|
| -
|
| +const Register CALLEE_SAVED_TEMP = R13;
|
|
|
| // Exception object is passed in this register to the catch handlers when an
|
| // exception is thrown.
|
|
|