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