| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 40747c868c36751f0b76c105bbf0c2abf972683b..66474fc3c3fe1c292d165bfd8b28f58ae7962140 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -841,7 +841,7 @@ void LCodeGen::DeoptimizeIf(Condition condition,
|
| __ mov(scratch, Operand(count));
|
| __ ldr(r1, MemOperand(scratch));
|
| __ sub(r1, r1, Operand(1), SetCC);
|
| - __ movw(r1, FLAG_deopt_every_n_times, eq);
|
| + __ mov(r1, Operand(FLAG_deopt_every_n_times), LeaveCC, eq);
|
| __ str(r1, MemOperand(scratch));
|
| __ pop(r1);
|
|
|
|
|