| Index: runtime/vm/constants_x64.h
|
| ===================================================================
|
| --- runtime/vm/constants_x64.h (revision 25219)
|
| +++ runtime/vm/constants_x64.h (working copy)
|
| @@ -89,6 +89,7 @@
|
| const Register PP = kNoRegister; // No object pool pointer.
|
| const Register SPREG = RSP; // Stack pointer register.
|
| const Register FPREG = RBP; // Frame pointer register.
|
| +const Register ICREG = RBX; // IC data register.
|
|
|
| // Exception object is passed in this register to the catch handlers when an
|
| // exception is thrown.
|
|
|