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