| Index: runtime/vm/constants_arm.h
|
| ===================================================================
|
| --- runtime/vm/constants_arm.h (revision 21676)
|
| +++ runtime/vm/constants_arm.h (working copy)
|
| @@ -143,10 +143,13 @@
|
| const Register SPREG = SP; // Stack pointer register.
|
| const Register FPREG = FP; // Frame pointer register.
|
|
|
| -
|
| // Exception object is passed in this register to the catch handlers when an
|
| // exception is thrown.
|
| -const Register kExceptionObjectReg = R0; // Unimplemented.
|
| +const Register kExceptionObjectReg = R0;
|
| +
|
| +// Stack trace object is passed in this register to the catch handlers when
|
| +// an exception is thrown.
|
| +const Register kStackTraceObjectReg = R1;
|
|
|
|
|
| // List of registers used in load/store multiple.
|
|
|