Index: runtime/vm/constants_mips.h |
diff --git a/runtime/vm/constants_mips.h b/runtime/vm/constants_mips.h |
index bcde75e4c4cadbf15deb1ff8828b6066f17965ed..9a79f53b72b96d23af52404b9023669cd72d620d 100644 |
--- a/runtime/vm/constants_mips.h |
+++ b/runtime/vm/constants_mips.h |
@@ -186,7 +186,7 @@ const Register LRREG = RA; // Link register. |
const Register ICREG = S5; // IC data register. |
const Register ARGS_DESC_REG = S4; |
const Register THR = S3; // Caches current thread in generated code. |
- |
+const Register CALLEE_SAVED_TEMP = S5; |
// 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, |