Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index d5ab3296e3ba206b519b2b072723ea3974b0e403..56b63b44eb4571fa42b11259c3bed80a5bbd71d8 100644 |
--- a/src/mips/codegen-mips.cc |
+++ b/src/mips/codegen-mips.cc |
@@ -94,7 +94,7 @@ UnaryMathFunction CreateExpFunction() { |
if (!IsMipsSoftFloatABI) { |
// Result is already in f0, nothing to do. |
} else { |
- __ Move(a0, a1, result); |
+ __ Move(v0, v1, result); |
} |
__ Ret(); |
} |