| Index: runtime/vm/constants_ia32.h
|
| ===================================================================
|
| --- runtime/vm/constants_ia32.h (revision 25162)
|
| +++ runtime/vm/constants_ia32.h (working copy)
|
| @@ -66,6 +66,8 @@
|
| 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.
|
| const Register kExceptionObjectReg = EAX;
|
|
|