| Index: runtime/vm/constants_ia32.h
|
| ===================================================================
|
| --- runtime/vm/constants_ia32.h (revision 7882)
|
| +++ runtime/vm/constants_ia32.h (working copy)
|
| @@ -52,7 +52,8 @@
|
|
|
|
|
| // Register aliases.
|
| -const Register CTX = ESI; // Caches current context in generated code.
|
| +const Register TMP = kNoRegister; // No scratch register used by assembler.
|
| +const Register CTX = ESI; // Caches current context in generated code.
|
|
|
| // Exception object is passed in this register to the catch handlers when an
|
| // exception is thrown.
|
|
|