| Index: runtime/vm/constants_mips.h
|
| ===================================================================
|
| --- runtime/vm/constants_mips.h (revision 21890)
|
| +++ runtime/vm/constants_mips.h (working copy)
|
| @@ -152,7 +152,7 @@
|
|
|
| // Exception object is passed in this register to the catch handlers when an
|
| // exception is thrown.
|
| -const Register kExceptionObjectReg = A0;
|
| +const Register kExceptionObjectReg = V0;
|
|
|
| // Stack trace object is passed in this register to the catch handlers when
|
| // an exception is thrown.
|
|
|