| Index: runtime/vm/constants_mips.h
|
| ===================================================================
|
| --- runtime/vm/constants_mips.h (revision 25219)
|
| +++ runtime/vm/constants_mips.h (working copy)
|
| @@ -174,6 +174,7 @@
|
| const Register PP = S7; // Caches object pool pointer in generated code.
|
| const Register SPREG = SP; // Stack pointer register.
|
| const Register FPREG = FP; // Frame pointer register.
|
| +const Register ICREG = S5; // IC data register.
|
|
|
| // The code that generates a comparison can be far away from the code that
|
| // generates the branch that uses the result of that comparison. In this case,
|
|
|