Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index bd403cee6f465c41ec5591da1e697cd3103fc289..23b080ff4e4208717b0024819a9e9923cdd599e1 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(); |
} |