| Index: runtime/vm/constants_ia32.h
|
| diff --git a/runtime/vm/constants_ia32.h b/runtime/vm/constants_ia32.h
|
| index 466dd42b520519fdadad76a36bb501094dc5c396..782a835be6437e462b55e34bba9a0b8867bc0dfd 100644
|
| --- a/runtime/vm/constants_ia32.h
|
| +++ b/runtime/vm/constants_ia32.h
|
| @@ -68,7 +68,8 @@ const Register FPREG = EBP; // Frame pointer register.
|
| const Register ICREG = ECX; // IC data register.
|
| const Register ARGS_DESC_REG = EDX; // Arguments descriptor register.
|
| const Register THR = ESI; // Caches current thread in generated code.
|
| -
|
| +const Register CALLEE_SAVED_TEMP = EAX;
|
| +const Register CALLEE_SAVED_TEMP2 = EDI;
|
|
|
| // Exception object is passed in this register to the catch handlers when an
|
| // exception is thrown.
|
|
|