Index: runtime/vm/constants_arm.h |
=================================================================== |
--- runtime/vm/constants_arm.h (revision 23860) |
+++ runtime/vm/constants_arm.h (working copy) |
@@ -130,8 +130,8 @@ |
// Register aliases for floating point scratch registers. |
-const DRegister DTMP = D0; // Overlaps with STMP. |
-const SRegister STMP = S0; |
+const DRegister DTMP = D15; // Overlaps with STMP. |
+const SRegister STMP = S30; |
// Architecture independent aliases. |
typedef DRegister FpuRegister; |