Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 2166) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -3416,7 +3416,7 @@ |
void CodeGenerator::GenerateFastMathOp(MathOp op, ZoneList<Expression*>* args) { |
VirtualFrame::SpilledScope spilled_scope; |
- Load(args->at(0)); |
+ LoadAndSpill(args->at(0)); |
switch (op) { |
case SIN: |
__ CallRuntime(Runtime::kMath_sin, 1); |